.news_box p{
    color: #000000;
}


.trend_div{
    background-color: rgba(0, 0, 0, 0.5); /* White with 50% transparency */
    padding: 10px;

}
.trend_div h2{
   
        display: inline-block; /* Adjusts width to content */
        padding: 5px;
        font-size: 22px!important;
  
}

.marquee {
    height: 40px;
    overflow: hidden;
    position: relative;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}
.marquee p  a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;

}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  /* From Uiverse.io by BaekCCI */ 
.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    
  }
  
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #fff;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
  }
  
  .cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--footer_text)!important;
  }
  
  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--footer_text)!important;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  
  .cta:hover:before {
    width: 100%;
    background: var(--footer_bg)!important;
  }
  
  .cta:hover svg {
    transform: translateX(0);
  }
  
  .cta:active {
    transform: scale(0.95);
  }
  
  /* root css */

  .topbar_bg{
    background-color: var(--topbar_bg);
  }
  .under_news{
    margin-top: 2px;

  }
 
  

  @media screen and (max-width: 1024px) { /* Tablets */
    .sidebar_ads img, .footer_ads img, .under_news img{
      width: 100%;
  
    }
}

@media screen and (max-width: 768px) { /* iPads, smaller tablets */
  .sidebar_ads img, .footer_ads img, .under_news img{
    width: 100%;

  }
}

@media screen and (max-width: 480px) { /* Large smartphones */
  .sidebar_ads img, .footer_ads img, .under_news img{
    width: 100%;

  }
}

@media screen and (max-width: 360px) { /* Small smartphones */
  .sidebar_ads img, .footer_ads img, .under_news img{
    width: 100%;

  }
}



.topbar_link{
  padding:10px!important;
}

.topbar_menu .dropdown-menu{
  background-color: var(--navbar_bg)!important;
}
.search-box input{
  border-radius: 22px;
  margin-top: 5%;
  padding-left:10%!important;
}