html {
  height: -webkit-fill-available;
}
 
.site-btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--secondary);
  --bs-btn-border-color: var(--secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary);
  --bs-btn-hover-border-color: var(--secondary);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--secondary);
  --bs-btn-active-border-color: var(--secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--secondary);
  --bs-btn-disabled-border-color: var(--secondary);
}
 
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
main {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}
.body {
  overflow-y: scroll;
}
.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}
/* sidebar  */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 0.2rem;
  height: 100vh;
  background: #101025;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
.search-box input {
  background: #28235d;
  border-color: #28235d;
  border-radius: 30px 0 0 30px;
  padding: 0 30px;
}
.search-box button {
  background: #28235d;
  border-color: #28235d;
  border-radius: 0 40px 40px 0;
  color: white;
}
.frequencies {
  display: flex;
  align-self: center;
  overflow-x: scroll;
  width: 100%;
}
.frequencies p {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}
.wrapper {
  width: 90%;
  margin: auto;
}
.owl-theme .owl-nav {
  position: absolute;
  top: -44px;
  right: 10px;
}
.image-play {
  position: relative;
  display: inline-block;
}

.image-play img {
  display: block;
  width: 100%;
  height: auto;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Ensures the play icon doesn't interfere with image clicks */
}
.play i {
  font-size: 1.2rem;
  color: #090909;
  background: white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  align-content: center;
  box-shadow: 0px 0px 2px 0px #b2b2b2;
  line-height: normal;
}
.bg-site,
.plyr__control--overlaid {
  background: var(--secondary);
}
.plyr--full-ui input[type="range"] {
  color: var(--secondary);
}
.bg-site {
  background: var(--secondary);
  width: max-content;
  padding: 3px 7px;
  color: white;
}
.comment-top {
  height: 60vh;
  min-height: 300px;
  overflow-y: scroll;
}
.comment .media-body h6 {
  font-size: 12px;
}
.comment img {
  height: auto;
  border-radius: 50%;
  min-width: 30px;
  max-width: 40px;
  margin-right: 10px;
}

.aspect1 {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media (min-width: 640px) {
  .wrapper {
    max-width: 640px;
  }
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    border: 1px solid #f2f2f287;
  }
}
@media (min-width: 1040px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; 
  } 
}
.card-columns .card {
  border: 1px solid #f2f2f287;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
.audio-player {
  display: flex;
  align-items: center;
  background-color: var(--main); /* Dark background */
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  width: 100% - 4.5rem;
  margin: auto;
  margin-left: 4.5rem;
}

.track-info {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.cover {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

.details {
  margin-left: 10px;
}

.status {
  font-size: 16px;
  font-weight: bold;
}

.show-title {
  font-size: 14px;
  color: #ccc;
}

.play-button {
  background-color: #fff;
  color: var(--main);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  min-width: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}

.progress-container {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 20px;
}

.current-time,
.duration {
  font-size: 12px;
  margin: 0 10px;
}

.progress-bar {
  flex: 1;
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: var(--secondary);
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}

.progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.volume-container {
  display: flex;
  align-items: center;
}

.volume-bar {
  width: 100px;
  margin-left: 10px;
  -webkit-appearance: none;
  height: 5px;
  background: var(--secondary);
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}

.volume-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.footer {
  background-color: var(--main); /* Dark background */
  padding: 30px 0;
  color: #fff;
  font-family: Arial, sans-serif;
}

.container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  margin: 0 20px;
  min-width: 250px;
}

.footer-section h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.5;
}

.footer-section.links ul {
  list-style: none;
  padding: 0;
}

.footer-section.links ul li {
  margin-bottom: 10px;
}

.footer-section.links ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footer-section.newsletter form {
  display: flex;
  margin-bottom: 15px;
}

.footer-section.newsletter input[type="email"] {
  padding: 5px;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
  width: 60%;
}

.footer-section.newsletter button {
  padding: 5px 10px;
  background-color: var(--secondary);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.social-icons {
  margin-top: 10px;
}

.social-icons span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.social-icons a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.footer-bottom {
  text-align: center;
  padding: 10px 0;
  background-color: #241d3c;
  margin-top: 20px;
  font-size: 14px;
}
.h240 {
  height: 240px;
  object-fit: cover;
  width: 100%;
}
.news-img {
  position: relative;
}
header {
  z-index: 1021 !important;
}
.news-img .btn-news {
  position: absolute;
  background: var(--secondary);
  color: white;
  padding: 1px 12px;
  margin: 7px;
  border-radius: 0;
  right: 0;
}
.no-under{
  color: #090909;
  text-decoration: none;
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 690px;
  }
  .frequencies p {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 0;
    font-size: 10px;
    align-content: center;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    max-width: 900px;
  }
  .frequencies p {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .wrapper {
    max-width: 1180px;
  }
}

@media (min-width: 1536px) {
  .wrapper {
    max-width: 1420px;
  }
}
.sidenav .nav-link {
  color: white;
}
.dropdown-toggle::after {
  color: white;
}
.btn-news {
  position: absolute;
  background: var(--secondary);
  color: white;
  padding: 1px 12px;
  margin: 7px;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  border: 1px solid !important;
  width: 27px;
  border-radius: 50%;
  margin-top: -8px;
  line-height: 1;
  height: 27px;
}
.news .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: white;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #1e1930, transparent);
  width: 100%;
}
.news img {
  aspect-ratio: 16 / 11;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.personality img {
  aspect-ratio: 11 / 14;
  height: auto;
  object-fit: cover;
  object-position: top;
}
.left-side {
  float: left;
  width: 50%;
  padding: 0 1.7% 1% 0;
  height: auto;
  min-height: 450px;
}
.right-side {
  float: right;
  width: 25%;
  padding: 1%;
}
.ratio16 {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.hero{
  background-image: url(img/hbrbg.jpg);
  background-color: #1e1930;
  background-blend-mode: luminosity;
}
.bd-mode-toggle {
  z-index: 1500;
  margin-bottom: 90px !important;
}
.frequencies {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.frequencies::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.show-img{
  position: relative; 
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 12px;
}
.show-img .play-button{
  position: absolute;
  right: 31px;
  bottom: 24px;
}
.navbar-brand img{
  height: 40px;
}
#playPausesIcon {
  color: #ffffff;
  border: none;
  width: 32px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: black;
  font-size: 13px;
}
.shadows{

  border-width: 1px;
  box-shadow: 0 1px 2px 0 #0000000d;
}

.small, small {
font-weight: 100;
}
.sidebar-bar {
  width: 4.5rem;
  position: fixed !important;
  height: -webkit-fill-available;
  z-index: 99999 !important;
  min-height: 100vh;
}
.navbar{
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
.owl-nav{
  display: none !important;
}
.navbar{
  margin-left: 0;
} 
  .play-button {
      margin-right: 0;
      right: 11px;
      position: fixed;
}
  .card-span {
    font-size: 13px;
  }
  .navbar-nav-scroll {
    max-height: max-content;
    overflow-y: auto;
}
  .topic-title {
    font-size: 25px;
    font-weight: 600;
  }
    .hero img{
      width: 100%;
      height: auto;
    }
    .b-example-divider{
      display: none;
    }
  .hero{
    background-image: url(img/hbrbg.jpg);
    background-color: #ffffff00;
    background-blend-mode: luminosity;
  }
  .sidenav a:hover {
    color: #fff !important;
  }
  .h210 {
    height: 210px;
  }
  #featured-media::before {
    padding-top: 95px !important;
  }
  .max-200 {
    object-fit: cover;
    max-height: 100px;
  }
  .h200mob img {
    height: 200px !important;
  }
  .h200mob h2 {
    font-size: 25px;
  }
  .card:hover .large-white {
    bottom: 90px;
    left: 40%;
  }
  .list .cardtitle {
    font-size: 17px;
  }
  .list .pr4 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .sidenav,
  .progress-container,
  .volume-container {
    display: none;
  }
  .audio-player {
    margin: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
  }
  .fs-20 {
    font-size: 25px;
  }
  a {
    text-decoration: none;
  }
  .frequencies h6,
  .frequencies p {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.frequencies h6,
.frequencies p { 
  white-space: nowrap;
}
@media (min-width: 1536px) {
  .wrapper {
    max-width: 1536px;
  }
}

.marquee-section{
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
}
.cover { 
  z-index: 9999;
  position: relative;
}
.marquee-div { 
  max-width: 240px;
  animation: move-right-to-left linear 12.5s infinite;
}

/* use this one to move from left to right direction */
@keyframes move-left-to-right {
  from {
      transform: translateX(-50%);
  }
  to {
      transform: translateX(0);
  }
}

/* use this one to move from right to left direction */
@keyframes move-right-to-left {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-50%);
  }
}
.social-icons i {
  border: 1px solid;
  color: rgb(206, 206, 206);
  align-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.logo{
  object-fit: contain;
  text-align: start;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #000000;
}
h5
{
  font-size: 17px;
  font-weight: 600;
}.border {
  border: var(--bs-border-width) var(--bs-border-style) #f9f9f9 !important;
}
.home .footer {
  background-color: red; 
}
.home .footer {
  background-color: red; 
}
.home
.navbar-nav .nav-link.active,
.home .navbar-nav .nav-link.show {
  color: #000000;
}
.home .bg-white.site-bg{
  background-color: white !important; 

}