body {
    background-color: #0b1416;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 100vh;
    /* width: 99cqw; */
    /* overflow-y: scroll; */
    overflow: hidden;

}
* {
    margin: 0;
    padding: 0;
    color:white;
}

/* nav {
    display: flex;
    margin-top: 0.75rem;
    padding-bottom: 0.75rem;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid white;
    caret-color: white;
    background-color: #0b1416;
    
}
.logo{
    display: flex;
    place-items: center;
}
.logo img {
    margin-left: 1.50rem;
    height: 2.50rem;
    cursor: pointer;
}
.badge0{
    display: flex;
    align-items: center;
    justify-content: center;
    #openModalBtn{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 40px;
    width: 120px;
    border-radius: 20px;
    background-color: red;
    border: 1px solid white;
    }
} */


.popup{
    display: none;
    position: absolute;
    top: -140%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%,-50%) scale(1.25);
    width: 23.75rem;
    padding: 1.5rem 1.87rem;
    background: #fff;
    box-shadow: 2px 2px 5px 5px rgba(0,0,0,0,15);
    border-radius: 10px;
    transition: top 0ms ease-in-out 200ms, opacity 200ms ease-in-out 0ms, transform 200ms ease-in-out 0ms;
    
  
  }
  .popup.active{
    top:400%;
    opacity: 1;
    display: block;
    transform: translate(-50%,-50%) scale(1);
    transition: top 0ms ease-in-out 0ms, opacity 200ms ease-in-out 0ms,transform 200ms ease-in-out 0ms;
   
  }
  .popup .close-btn{
    position: absolute;
    top:10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: #888;
    color: #eee;
    text-align: center;
    line-height: 1rem;
    border-radius: 1rem;
    cursor: pointer;
  }
  .popup .form h2{
    text-align: center;
    color: #222;
    margin: 10px 0px 20px;
    font-size: 1.75rem;
  
  }
  .popup .form .form-element{
    margin: 15px 0px;
  
  }
  .popup .form .form-element label{
    font-size: 1rem;
    color: #222;
  }
  .popup .form .form-element input[type="text"],
  .popup .form .form-element input[type="password"]
  {
    display: block;
    margin-top: 5px;
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #aaa;
    border-radius: 5px;
    color: black;
    
  }
  .popup .form .form-element input[type="checkbox"]{
    margin-right: 5px;
  }
  .popup .form .form-element button{
    width: 100%;
    height: 2.5rem;
    border: none;
    outline: none;
    font-size: 1rem;
    background: #222;
    color: #f5f5f5;
    border-radius: 10px;
    cursor: pointer;
  }
  .popup .form .form-element a{
    display: block;
    text-align: right;
    font-size: 1rem;
    color: #1a79ca;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 600;
  }
 
 
  
  nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.75rem;
    height: 2.75rem;
    position: sticky;
    padding-bottom: 0.75rem;
    top: 0;
    z-index: 10;
    background-color:  #0b1416;
    border-bottom: 1px solid #808080;
    /* scrollbar-width: none; */
  }
  
  .logo img {
  
    height: 2.5rem;
    cursor: pointer;
    /* margin-left: -2.50rem; */
  }
  
  .name {
    display: flex;
    margin-top: 0.75rem;
    color: white;
    cursor: pointer;
    font-size: 1.25rem;
  
  }
  .name span{
    color: red;
  }
  
  .search-bar {
    width: 33.5rem;
    border: 1px solid #808080;
    padding: 0.75rem;
    border-radius: 1.75rem;
    caret-color: white;
    overflow: hidden;
    /* display: flex; */
  }
  .search-bar i{
    color: white;
  }
  .search-bar input {
    background: transparent;
    border: 0rem;
    width: 50%;
    outline: 0rem;
    color: white;
  }
  
  .badge0 button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.65rem;
    width: 7rem;
    border: 0;
    border-radius: 1.75rem;
    background-color: rgba(128, 128, 128, 0.297);
    color: #fff;
    cursor: pointer;
    gap: 5px;
    margin-top: 0.45rem;
    /* transition: 1s ease ease-in-out; */
    /* padding:0.75rem 0 0.50rem 0.50rem;  */
    transition: 0.5s ease-in-out;   
    #openModalBtn{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 40px;
    width: 120px;
    border-radius: 20px;
    background-color: red;
    border: 1px solid white;
    }
    
  }
 
  .badge0 button img{
    padding-bottom: 2px;
    color: white;
    transition: 0.5s ease-in-out;
   
  }
  .badge0 button:hover{
   background-color: white;
    transition: 0.5s ease-in-out;
    color: #000;
    img{
        height: 0px;
        width: 0px;
        transition: 0.5s ease-in-out;
    }
  }
  #show-login{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .badge2 button {
    height: 2.60rem;
    width: 5.5rem;
    border: 0rem;
    border-radius: 1.50rem;
    background-color: red;
    color: white;
    cursor: pointer;
    margin-top: 0.45rem;
    transition: 0.5s ease-in;
    /* position: absolute; */
    /* transform: translate(-50%,-50%); */
  }
  .badge2 img{
    transition: 0.5s ease-in;
  }
  .badge2 button:hover{
    /* opacity: 0.8; */
    background-color: white;
    transition: 0.5s ease-in;
    p{
        color: red;
    }
    img{
        height: 0px;
        width: 0px;
        transition: 0.5s ease-in;
    }
    
    /* border: 1px solid #FFA07A; */
  
  }
  
  
  .badge3 button {
    height: 2rem;
    width: 2rem;
    border-radius:50% ;
    border: 0rem;
    margin-top: 0.90rem;    
    
    outline: 0;
    background-color: rgba(128, 128, 128, 0.297);
    color: white;
    cursor: pointer;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  
  }
  
  .badge3 button:hover{
    border: 1px solid #808080;
  }
  
  
  
  










.modal {
    
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: fixed;
    z-index: 1;
    
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    transition: opacity 0.3s ease-in-out;
}
.modal-enter,
.modal-exit {
  opacity: 0;
}
.modal-enter-active,
.modal-exit-active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.modal-content {
    background-color: #111C1F;
    margin: 10% auto;
    color: white;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 10px;
    div{
        margin-top: 10px;
        
    }
}

/* Styles for the close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}

/* Styles for the form */
.modal-content-form {
    margin-top: 20px;
}

.modal-content-form label {
    font-weight: bold;
    margin-bottom: 5px;
}

.modal-content-form input[type="text"],
.modal-content-form textarea,
.modal-content-form input[type="file"],
.modal-content-form input[type="submit"] {
    width: 100%;
    padding: 8px;
    color: black;
    caret-color: black;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 5px;
}
.modal-content-form input[type="file"]{
    color: white;
}
.modal-content-form input[type="submit"] {
    background-color: #2f79c9;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.modal-content-form input[type="submit"]:hover {
    background-color: #0056b3;
}
/* .name {

    cursor: pointer;
    display: flex;
    place-items: center;
    flex-direction: row;
   
}
.name span{
    color: red;
} */

/* .search-bar {
    width: 70%;
    height: 50%;
    border: 1px solid white;
    padding: 0.65rem;
    margin-left: 15%;
    border-radius: 1.75rem;
    display: flex;
    place-items: center;
    img{
        cursor: pointer;
        margin: 5px;
        margin-bottom: 0px;
    }
    .input_wala{
     
        padding-left: 2%;
        width: 100%;
        color: white;
        font-size: 20px;
        input::placeholder {
           
            font-size: 20px;
            
        }
        input{
         
            width: 100%;
        }
        input[type="text"] {
            font-size:20px;
        }
        
    }

} */
/* .search-bar:hover{

    
} */
/* .extra_wala{
 width: 20%;   
} */
/* .search-bar input {
    background: transparent;
    border: 0rem;
    width: 50%;
    outline: 0rem;
}
.badge0{
    display: flex;
    place-items: center;
    margin: 10px;
} */
/* .badge1 button {
    display: flex;
    place-items: center;
    gap: 5px;
    height: 2.50rem;
    width: 6rem;
    border: 0;
    padding: 10%;
    border-radius: 1.75rem;

    background-color: #08066D;
    color: #fff;
    cursor: pointer;
    border: 1px solid white;
    transition: 1s ease; 
    img{
        transition: 1s ease; 
    }

} */
/* .badge1 button:hover{ */
    /* padding: 0%; */
    /* color: #08066D; */
    /* background-color: white; */
    /* p{
        padding-left: 10%;
          color: #08066D;
    }
    img{
        height: 0px;
        width: 0px;
    }
    background-color: white;
    color: red;
    border: 1px solid #08066D;
    transition: 1s ease; 
} */

/* .badge2{
    display: flex;
    place-items: center;
    margin: 10px;
    
} */
/* .badge2 button {
    display: flex;
    place-items: center;
    gap: 5px;
    padding: 5%;
    height: 2.50rem;
    width: 4.75rem;
    border: 0rem;
    border-radius: 1.50rem;
    transition: 1s ease; 
    /* margin-left: 0.75rem; */
    background-color: red;
    border: 1px solid white;
    color: white;
    cursor: pointer;
    img{
        transition: 1s ease; 
    }
} */
/* .badge2 button:hover{
    background-color: white;
    p{
       color: red; 
       padding-left: 15%;
    }
    img{
        height: 0px;
        width: 0px;
    }
    transition: 1s ease; 
    border: 1px solid red;
} */

/* 
.badge3{
    display: flex;
    place-items: center;
    margin: 10px;
} */
/* .badge3 button {
    height: 2rem;
    width: 2rem;
    /* margin-left: 0.85rem; */
    border-radius:50% ;
    border: 0rem;
    /* margin-top: 0.25rem; */
    outline: 0;
    background-color: #0F0BD7;
    color: white;
    cursor: pointer;
} */
/* .badge3 button:hover{
    opacity: 0.7;
    box-shadow:1px 1px 1px 1px black;
} */
body::-webkit-scrollbar {
    display: none;
}
/* .main_div{
    height: 15vh;
    border: 2px solid white;
} */


.main_content_wala{
    overflow: hidden;
    height: 100%;
    /* display: flex; */
    display: flex;
    /* border: 2px solid white; */
    /* background-color: red; */
    width: 100vw;
    .left_wala{
        position: relative;
        /* border: 2px solid white; */
        border-top: 0px;
        /* background-color: green; */
        /* width: 25%; */
        width: 250px;
        /* left: -250px; */
        /* overflow: hidden; */
        height: 100%;
        background-color: #111c1f;
    }
    .right_wala{
        display: flex;
        /* background-color: red; */
        /* width: 85vw; */
        padding-right: 5%;
        overflow: scroll;
        height: 300px;
        /* background-color: #111c1f; */
        /* height: 99vh; */
        /* position: absolute ; */
    }
}

/* side bar CSS*/
.sidebar{
    /* margin-top: 90px; */
    width: 250px;
    background-color: #0b1416;
    height: 100%;
    /* position: fixed; */
    top: 0;
    overflow-y: auto;
    transition: all 0.5s ease;
    transition-property: left;
    /* left: -250px; */
}
.close-btn{
    position: absolute;
    color: #ffffff;
    font-size: 23px;
    right: 0;
    margin: 15px;
    cursor: pointer;
}
.menu{
    width: 100%;
    margin-top: 10px;
}
.menu .item{
    position: relative;
    cursor: pointer;

}
.menu .item a{
    text-decoration: none;
    color: white;
    font-size: 1em;
    display: block;
    padding: 5px 30px;
    line-height: 2;
}
.item i{
    margin-right: 10px;
}
.item a .dropdown{
    position: absolute;
    margin: 10px;
    right: 10px;
    transition: all 0.3s;
}
.item .sub-menu{
    background-color: #111c1f;
    /* display: none; */
}
.gaming-sub-menu{
    margin-left: 30px;
    display: none;
}
.sports-sub-menu{
    margin-left: 30px;
    display: none;
}
.business-sub-menu{
    margin-left: 30px;
    display: none;
}
.crypto-sub-menu{
    margin-left: 30px;
    display: none;
}
.menu-btn{
    /* position: absolute; */
    color: black;
    font-size: 2em;
    cursor: pointer;
    margin: 2%;
}
/* .sidebar.active{
    left: 0px;
} */
.rotate{
    transform: rotate(-180deg);
}
.sidebar::-webkit-scrollbar{
    width: 0px;
}
#home:hover,#popular:hover,#topics:hover,#resources:hover,#cpolicy:hover,#ppolicy:hover,#agreement:hover{
    background-color: #131f23;
}
#sports:hover,#gaming:hover,#business:hover,#crypto:hover,#politics:hover,#about:hover,#help:hover,#blog:hover{
    background-color: #1a282d;
}
.ese_hei{
    /* display: grid; */
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    /* background-color: #08066D; */
    margin: 10px;
    overflow: scroll;
    overflow-x: hidden;
}
.ese_hei::-webkit-scrollbar{
    display: none;
}


.top10_trending_news {
    padding: 1%;
    /* width: 100vw; */
    display: flex;
    justify-content: center;
    gap: 20px;
    /* align-items: top; */
  
    .text{
        
        visibility: visible;
        opacity: 1;
        transition: opacity 0.5s ease, z-index 2s ease;
        padding: 2%;
        height: 100%;
        width: 100%;
        /* background-color: blue; */
        z-index: 1;
        position: absolute;
        display: flex;
        flex-direction: column;
        line-height: 35px;
        justify-content: end;
        align-items: flex-end;
        overflow:hidden;
        
        /* place-items: end; */
        h1{
            font-size: 32px;
            line-height: 40px;
            text-align: left;
            align-self: left;
        }
        

    }
    .news_one {
        /* border: 2px solid white; */
        /* box-shadow: 0px 0px 3px white; */
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: 300px;
        height: 250px;
        /* background-color: blue; */
        border-radius: 10px;
        border: 1px solid #3b3838;
        display: flex;
        justify-content: last baseline;
        align-items: last baseline;
        /* border: 1px transparent; */
        .news_img {
            filter: blur(1px) brightness(0.4) contrast(1);
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            background-repeat: no-repeat;
            background-image: url('https://www.hindustantimes.com/ht-img/img/2024/02/13/550x309/PTI02-13-2024-000039B-0_1707804295778_1707804338588.jpg');
            
        }
    }

    

    .content {
        /* transition: 4s; */
        position: relative;
        background-color: red;
        padding-left: 5%;
        color: white;
        border: 1px transparent;
        overflow: scroll;
        line-height: 30px;
        height: 0%;
        opacity: 1;
        width: 100%;

        border-radius: 10px;
        filter: blur(0px);
        background-color: rgba(0, 0, 0, 0.8);
        transition: 2s ease;
        h1{
            font-size: 20px;
            line-height: 30px;
        }
        
    }

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

    .news_one:hover .content {
        height: 100%;
        opacity: 1;
        
    }

    .news_one:hover .news_img {
        filter: blur(5px) brightness(0.4) contrast(1);
    }

    .news_one:hover .text{
        z-index: -1;
        opacity: 0;
    }
    

    .news_two {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: 300px;
        height: 250px;
        /* background-color: blue; */
        border-radius: 10px;
        border: 1px solid #3b3838;
        display: flex;
        justify-content: last baseline;
        align-items: last baseline;
        /* border: 1px transparent; */
        .news_img {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            background-repeat: no-repeat;
            background-image: url('https://c.ndtvimg.com/2024-02/sc94185_pm-modi-mohamed-bin-zayed_625x300_13_February_24.jpeg?downsize=570:351&w=570?im=FeatureCrop,algorithm=dnn,width=650,height=400');
            filter: blur(1.5px) brightness(0.4) contrast(1);
            background-position: 50%;
        }
    }
    .news_two:hover .content {
        height: 100%;
        opacity: 1;
    }

    .news_two:hover .news_img {
        filter: blur(5px) brightness(0.4) contrast(1);
    }
    .news_two:hover .text{
    
        opacity: 0;
        z-index: -1;
    }
    

    .news_three{
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: 300px;
        height: 250px;
        /* background-color: blue; */
        border-radius: 10px;
        border: 1px solid #3b3838;
        display: flex;
        justify-content: last baseline;
        align-items: last baseline;
        /* border: 1px transparent; */
        .news_img {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            background-repeat: no-repeat;
            background-image: url('https://www.hindustantimes.com/ht-img/img/2024/02/13/550x309/TOPSHOT-PAKISTAN-POLITICS-VOTE-1_1707832384459_1707832421039.jpg');
            filter: blur(1.5px) brightness(0.4) contrast(1);
            background-position: 50%;
        }
    }
    .news_three:hover .content{
        height: 100%;
        opacity: 1;
    }

    .news_three:hover .news_img {
        filter: blur(2px);
    }
    .news_three:hover .news_img {
        filter: blur(5px) brightness(0.4) contrast(1);
    }

    .news_three:hover .text{
        opacity: 0;
        z-index: -1;
    }


    .news_four{
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: 300px;
        height: 250px;
        /* background-color: blue; */
        border-radius: 10px;
        border: 1px solid #3b3838;
        display: flex;
        justify-content: last baseline;
        align-items: last baseline;
        /* border: 1px transparent; */
        .news_img {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            background-repeat: no-repeat;
            background-image: url('https://www.aljazeera.com/wp-content/uploads/2024/02/HaldwaniAJ_01-1707816087.jpg?resize=770%2C513&quality=80');
            filter: blur(1.5px) brightness(0.4) contrast(1);
            background-position: 80%;
        }
    }
    .news_four:hover .content{
        height: 100%;
        opacity: 1;
    }

    .news_four:hover .news_img {
        filter: blur(5px) brightness(0.4) contrast(1);
    }
    .news_four:hover .text{
         opacity: 0;
        z-index: -1;
    }
    .news_five{
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: 300px;
        height: 250px;
        /* background-color: blue; */
        border-radius: 10px;
        border: 1px solid #3b3838;
        display: flex;
        justify-content: last baseline;
        align-items: last baseline;
        /* border: 1px transparent; */
        .news_img {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            background-repeat: no-repeat;
            background-image: url('https://bsmedia.business-standard.com/_media/bs/img/article/2024-02/18/full/1708226410-2671.jpg?im=FitAndFill=(826,465)');
            filter: blur(1.5px) brightness(0.4) contrast(1);
            background-position: 50%;
        }
    }
    .news_five:hover .content{
        height: 100%;
        opacity: 1;
    }

    .news_five:hover .news_img {
        filter: blur(5px) brightness(0.4) contrast(1);
    }
    .news_five:hover .text{
         opacity: 0;
        z-index: -1;
    }
    .news_six{
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: 300px;
        height: 250px;
        /* background-color: blue; */
        border-radius: 10px;
        border: 1px solid #3b3838;
        display: flex;
        justify-content: last baseline;
        align-items: last baseline;
        /* border: 1px transparent; */
        .news_img {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            background-repeat: no-repeat;
            background-image: url('https://c.ndtvimg.com/2024-02/aekrouuo_biden-met-navalny-widow-wife_625x300_23_February_24.jpeg');
            filter: blur(1.5px) brightness(0.4) contrast(1);
            background-position-y: 30%;
            background-position-x: 45%;
        }
    }
    .news_six:hover .content{
        height: 100%;
        opacity: 1;
    }

    .news_six:hover .news_img {
        filter: blur(5px) brightness(0.4) contrast(1);
    }
    .news_six:hover .text{
         opacity: 0;
        z-index: -1;
    }
    .empty{
        height: 10px;
        width: 10px;
    }
}
.right_wala::-webkit-scrollbar{
    display: none;
}
.ai_plus_library{
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;

}
.ai_news_wala{
    height: 100%;
    width: 75%;
    padding: 10px;
    /* background-color: red; */
}
.library_wala{
    position: relative;
    margin-right: 20px;
    height: 52%;
    width: 30vw;
    /* width:100%; */
    background-color: black;
    text-align: left; 
    overflow-x: hidden;
    border-radius: 4%;
    /* position: relative; */
}
.library_wala::-webkit-scrollbar{
    display: none;
}
.channel-switcher {
    background-color: #111C1F;
    /* position: absolute; */
    top: 100%; /* Adjust as needed */
    width: 100%; /* Ensure it spans the full width */
    left: 0; /* Align it to the left */
}



/* Styling for the channel buttons */
.channel-btn {
    background-color: rgba(0, 0, 0, 0.815); /* Button background color */
    color: #fff; 
    border: none; /* Remove default button border */
    padding: 10px 30px; /* Button padding */
    margin: 5px; /* Add some space between buttons */
    border-radius: 5px; /* Rounded corners for buttons */
    cursor: pointer; /* Change cursor to pointer on hover */
    transition: background-color 0.3s ease; /* Smooth background color transition */
    justify-content: center; /*Optional: Center the buttons vertically */
    align-items: center; /* Optional: Center the buttons horizontally */
    text-align: left;
    font-size: medium;
    width: 90%;


}
.channel-btn a{
    text-decoration: none;
}
.channel-btn:hover {
    background-color: #0F0BD7; /* Button background color on hover */
    background-color: #ffffff; /* Button background color on hover */
    color: #000;
}

/* Optional: Add some space around the channel-switcher */
.channel-switcher {
    padding: 20px; /* Padding around the content */
}

/* Ensure the heading has a clear and readable style */
.channel-switcher h2 {
    color: #fff; /* Matching the text color for consistency */
    font-size: 24px; /* Larger font size for the heading */
    margin-bottom: 15px; /* Space between the heading and buttons */
}


.news-section {
    position: relative;
}


.channel-buttons {
    display: flex; /* Use Flexbox */
    flex-direction: column; /* Align items vertically */
    gap: 5px; /* Optional: Add some space between the buttons */
    justify-content: center; /* Optional: Center the buttons vertically */
    align-items: left; /* Optional: Center the buttons horizontally */
    
}
.channel-btn img{
    margin-right: 13px;
    border-radius: 20px;
    justify-content: center;
    vertical-align: middle;
}

.channel-buttons {
    /* border: 1px solid white; */
}
#postsContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #0b1416;
    width: 100%;
}

.post {
    background-color: #111c1f;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width:700px;
}

.post:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.post h1{
    font-size: 25px;
}
.post p{
    padding-top: 2px;
    font-size: 16px;
}
.user-info img {
    /* margin-top: 10px; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    animation: fadeIn 1s ease-out;
}
.post-media img{
    margin-top: 10px;
    /* height:500px; */
   width: 100%;
}
.post-media video{
    width: 100%;
    margin-top: 10px;
    /* height:500px; */
}
.post-title {
    color: #ffffff; /* Adjusted title color for better visibility */
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    animation: slideInLeft 1s ease-out;
}

.post-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    animation: zoomIn 1s ease-out;
}

.post-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.post-content {
    color: #d2d2d2; /* Adjusted text color for better visibility */
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.post-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.like-button,
.comment-button {
    background: linear-gradient(to right, #ff7e5f, #feb47b); /* Gradient background for an attractive look */
    border: none;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.like-button:hover,
.comment-button:hover {
    background: linear-gradient(to right, #e44d26, #bf3b20); /* Darker gradient on hover for a nice effect */
}

.post-comments {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #d2d2d2; /* Adjusted border color for better visibility */
    color: #d2d2d2;
    padding: 10px;
    width: 70%;
    caret-color: #d2d2d2;
}

.comment-button {
    background-color: #e44d26; /* Matching color for consistency */
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.comment-button:hover {
    background-color: #bf3b20; /* Darker shade on hover for a nice effect */
}
.empty_footer{
    height: 100px;
    width: 1px;
}
.interaction-buttons{
    position: relative;
}
.interaction-buttons button:nth-child(1){
    height: 30px;
    width: 50px;
    background-color: #1A282D;
    border: 1px solid #202f35;
    border-radius: 10px;
    margin: 10px;
    padding-left: 20px;
    padding-right: 30px;
    
}
.interaction-buttons button:nth-child(1):hover{
    background-color: #202f35;
    cursor: pointer;
}
.interaction-buttons button:nth-child(2){
    height: 30px;
    width: 90px;
    background-color: #1A282D;
    border: 1px solid #202f35;
    border-radius: 10px;
    margin: 10px;
    /* padding-left: 20px; */
}
.interaction-buttons button:nth-child(2):hover{
    background-color: #202f35;
    cursor: pointer;
}
.interaction-buttons span{
    position: absolute;
    transform: translate(-163px,16px);
    font-size: 14px ;
}
.interaction-buttons button:nth-child(4){
    height: 30px;
    width: 70px;
    background-color: #1A282D;
    border: 1px solid #202f35;
    border-radius: 10px;
    margin: 10px;
    
    
}
.interaction-buttons button:nth-child(4):hover{
    background-color: #202f35;
    cursor: pointer;
}
.comment-input{
    input{
        height: 25px;
        width: 250px;
        padding: 10px;
        caret-color: white;
        color: white;
        background-color: #202f35;
        border: 1px solid transparent;
        border-radius: 10px;
    }
    button{
        height: 30px;
        width: 80px;
        background-color: #0056b3;
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 10px;
        margin-left: 10px;
        padding-top: 6px;
    }
}
.comment-input button:hover{
    background-color: #0F0BD7;
    cursor: pointer;
}
.comment-section .comment{
    margin: 10px;
}
/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}




@media (max-width:400px)
{
    .top10_trending_news{
        grid-template-columns: repeat(1,1fr);
        .news_one{
            height: 200px;
            /* width: 90%; */
        }
        .news_two{
            height: 200px;
            /* width: 200px; */
        }
        .news_three{
            height: 200px;
            /* width: 200px; */
        }
        .news_four{
            height: 200px;
            /* width: 200px; */
        }
    }
}

.menu-btn{
    display: none;
}
@media (max-width:1300px)
{
    
}
@media only screen and (max-width:1000px){
    .left_wala{
        display: none;
        /* position: fixed; */
    }
    .right_wala{
        width: 100vw;
        padding-right: 0px;
    }
    .menu-btn{
        display: block;
        /* padding-right: 40px; */
    }
    .logo{
        margin-left: 10px;
    }
    .library_wala{
        height: 0%;
        width: 0px;
        overflow: hidden;
    }
    .post{
        width: 850px;
    }
}
/* @media only screen and (min-width:1001px){
    .left_wala{
        display: block;
    }
} */
/* @media only screen and (max-width:900px){
    .left_wala{
        display: none;
    }
    .right_wala{
        width: 100vw;
        padding-right: 0px;
    }
    .ai_news_wala{
        height: 100%;
        width: 70%;
        padding: 8px;
 
    }
    #postsContainer {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        background-color: #0b1416;
        width: 100%;
    }
    .post-media img{
        margin-top: 10px;
    
       width: 90%;
    }
    .post-media video{
        margin-top: 10px;

       width: 90%;
    }
    .channel-switcher{
        padding: 0;
    }
} */

/* .interaction-buttons {
    display: inline-block; /* This ensures that the buttons and like count are on the same line */
.bt2 .like-count{
    margin-left: -5px;
}

@media(max-width:959px){
    .name{
        font-size: 1rem;
  
    }
    .left_wala{
        display: none;
    }
    .right_wala{
        width: 100vw;
        padding-right: 0px;
    }
    .ai_news_wala{
        height: 100%;
        width: 100%;
        padding: 8px;
        /* background-color: red; */
    }
    #postsContainer {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        background-color: #0b1416;
        width: 100%;
    }
    .post-media img{
        margin-top: 10px;
        /* height:500px; */
       width: 90%;
    }
    .post-media video{
        margin-top: 10px;
        /* height:500px; */
       width: 90%;
    }
    .channel-switcher{
        padding: 0;
    }
   
  }
  @media(max-width:936px){
    .badge0 button{
        
        height: 2rem;
        width: 5rem;
        font-size: 0.65rem;
        padding-bottom: 1.85rem ;
        
        /* margin-right: 1.45rem; */
    }
    .badge2 button{
        height: 2rem;
        width: 5rem;
        margin-top: 0.75rem;
  
    }
    .badge3 button{
        height: 1.50rem;
        width: 1.50rem;
        font-size: 0.75rem;
    }
    .search-bar{
        width: 32rem;
    }
  }
  @media(max-width:871px){
    .search-bar{
        width:30rem;
    }
  }
  @media(max-width:840px){
    .name{
        display: none;
    }
    .search-bar{
        width: 28rem;
    }
   
  }
  @media(max-width:768px){
    .search-bar{
        width:26rem;
        /* margin-left: 3.25rem; */
    }
    @media(max-width:719px){
        .search-bar{
            width: 22rem;
        }
    }
    .badge0 button{
        margin-left: 1rem;
    }
  }
  @media(max-width:680px){
    .badge3 button{
        display: none;
    }
  }
  @media(max-width:650px){
    .search-bar{
        margin-left: 1.75rem;
    }
  }
  @media(max-width:600px){
    .badge0 button{
        height: 2rem;
        width: 4.75rem;
    }
    .badge2 button{
        height:2rem;
        width: 4.75rem;
    }
    .search-bar{
        width: 17rem;
  
    }
    .logo{
        margin-left: 0.75rem;
    }
  }
  