.floter{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
  }

  .floter span .volume{
    display: flex;
  }

  .floter span .mute{
      display: none;
  }

  .floter.mute span .volume{
    display: none;
  }

  .floter.mute span .mute{
    display: flex;
  }


  .add_img_app {
    position: fixed;
    display: flex;
    align-items: flex-end;
    width: 270px;
    height: 100%;
    position: fixed;
    bottom: -16px;
    left: -300px;
    transition: 0.3s;
    z-index: 999;

}

/* *{
    font-family: 'Times New Roman', Times, serif;
} */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* filter: blur(8px);
  -webkit-filter: blur(8px); */
  backdrop-filter: blur(5px);
  z-index: 999;

  }



  .popup-content {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 20px;
    transition: all 0.3s;
    transform: translate(-1000px);
    z-index: 999999;
    overflow: hidden;

  }

  #popup-title *{
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }


  .content_pop{
 padding: 20px;
 padding-top: 0;
  }

  .content_pop h3{
    margin-bottom: 0;
  }

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

  .close-btn {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  img{
    width: 100%;
  }

  .newsImage{
    width: 100%;
    height: 100%;
  }

  .newsImage img{
    border-radius: 20px;
  }

  .news_dec *{
    line-height: 30px;
    width:265px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  #popup_news_link{
    margin-left: 10px;
    margin-top: 1px;
  }


  /* .top-news-con h2 i, .viedo-con h2 i, .opinion-news h2 i, .news-main h2 i, .opinion-sc h2 i, .interviews-panel-con h2 i, .image-gallery-con h2 i, .sport-con h2 i, .life-style-con h2 i, .movie-trailers-con h2 i, .most-popular-news h2 i, .more-tech-left h2 i, .more-tech-right h2 i, .opinion-Video h2 i, .elections h2 i, .assembly-elections-list h2 i, .also-watched h2 i {
    z-index: -1;
}
nav.navbar {
    z-index: -1;
}

.brking-slider-news-con.top-newsbrking , .slider {
    z-index: -1;
} */


