:root {
  --primary-color: #000;
  --secondary-color: #000;
}
.about {
  /* background-image: url("/images/podcast_bg2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; */
  background-color: #1c1d1d;
  background-size: cover;
  color: white;
}

/* add fonts */

@font-face {
  font-family: 'r-bold';
  src: url('/fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'r-medium';
  src: url('/fonts/Roboto/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'r-light';
  src: url('/fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
  font-family: p-extrabold;
  src: url('/fonts/Poppins/Poppins-ExtraBold.ttf');
}
@font-face {
  font-family: p-bold;
  src: url('/fonts/Poppins/Poppins-Bold.ttf');
}
@font-face {
  font-family: p-light;
  src: url('/fonts/Poppins/Poppins-Light.ttf');
}
@font-face {
  font-family: p-medium;
  src: url('/fonts/Poppins/Poppins-Medium.ttf');
}
@font-face {
  font-family: p-semibold;
  src: url('/fonts/Poppins/Poppins-SemiBold.ttf');
}

.p-medium {
  font-family: 'p-medium' !important;
}
.p-bold {
  font-family: 'p-bold' !important;
}
.p-semibold {
  font-family: 'p-semibold' !important;
}
.p-light {
  font-family: 'p-light' !important;
}
/* add fonts ends*/

/**********Menu customization*************/
.navbar-toggler span {
  display: block;
  background-color: #ffffff;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.nav_active {
  color: #c0f302 !important;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  border: none;
}
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
/**********Menu customization*************/
.fw_500 {
  font-weight: 500;
}
.fw_400 {
  font-weight: 400;
}
.btn-dark {
  background: #000;
  border-color: #000;
  border-radius: 50px;
}
.btn-dark:hover {
  color: var(--bs-btn-hover-color);
  background-color: #1c1d1d;
  border-color: #1c1d1d;
}
.bg_gery {
  background: #eeeeee;
}

.txt_bg_green {
  background: #c0f302;
  padding: 0px 10px 10px 10px;
  color: #fff;
}
.btn_featured_PC {
  background: #c0f302;
  padding: 5px 10px 6px 10px;
  border-radius: 32px;
  color: #000;
  font-weight: 400;
  display: inline-block;
}
.navbar-brand img {
  height: 45px;
}
.navbar.bg-dark {
  background-color: #12161b !important;
  position: sticky;
  top: 0;
  z-index: 999;
}
.playr-lft {
  flex: 0 0 12%;
}
button.btn.btnSearch:active {
  border: none;
  outline: none;
}
.mnSearch {
  position: relative;
}
.mnSearch .btnSearch {
  position: absolute;
  color: #afafaf;
}
.mnSearch .btnFilter,
.mnSearch .btnFilter:active {
  position: absolute;
  color: #afafaf;
  right: 8px;
  bottom: 0px;
  border: none;
}
.mnSearch .iptSearch {
  background: #38383d;
  border: 1px solid #38383d;
  border-radius: 50px;
  color: #afafaf;
  padding: 5px 40px;
  text-align: center;
}
.mnSearch .iptSearch:focus {
  box-shadow: 0 0 0 0.25rem rgb(206 205 205 / 25%);
}
.mnSearch .iptSearch::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #afafaf;
  opacity: 1; /* Firefox */
}

.mnSearch .iptSearch:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #afafaf;
}

.mnSearch .iptSearch::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #afafaf;
}

.canvasFilter .btn-close {
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  padding: 5px;
  border-radius: 50px;
  opacity: 1;
  font-size: 12px;
}
.canvasFilter .txtClear {
  color: red;
  font-weight: 700;
  font-size: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.canvasFilter .btn {
  width: 80px;
}
.canvasFilter select {
  background-color: #212529;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}
.canvasFilter select:focus {
  border-color: #212529;
  box-shadow: 0 0 0 0.25rem rgb(33 37 41 / 59%);
}

section.hero {
  background: url(../images/hero_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.player_wrapper {
  background-image: linear-gradient(to right, #00000078, #c0f3025c);
  padding: 15px 15px;
  border-radius: 10px;
}
.player_wrapper h3 {
  font-size: 16px;
  color: #fff;
  font-family: 'p-light';
  margin-top: 5px;
}
span.cinfo {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px;
  padding-left: 0;
}
.media_wrapper {
  position: relative;
  width: fit-content;
}

.media_wrapper .playPause {
  height: 40px;
  width: 40px;
  align-items: center;
  display: grid;
  border-radius: 50%;
  box-shadow: 0px 0px 4px #fefffc8a;
  cursor: pointer;
  text-align: center;
  background: #c0f302;
}
.media_wrapper .playPause i {
  color: #000;
}

.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 80%;
  color: lightgray;
  margin: 0%;
}
.header-nav {
  border: 1px solid transparent;
  transition: 0.4s ease-in-out;
  font-size: 12px;
  margin: 0 6px 0 0;
}
.header-nav a {
  font-family: p-light;
}
.header-nav:hover {
  color: #c0f302;
  border-bottom: 1px solid #c0f302;
}
.header-nav.active {
  color: #c0f302;
  border-bottom: 1px solid #c0f302;
}

.header-nav a:hover {
  color: #c0f302 !important;
}
.header-nav a.active {
  color: #c0f302 !important;
}

#map-container {
  display: flex;
  /* height: calc(100vh - 60px); */
  width: 100%;
}

#sidebar {
  width: 15%;
  background-color: #12161b;
  padding: 10px;
}

.stations-side {
  user-select: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 10px;
}
.stations-side a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  cursor: pointer;
}

.stations-side a:hover {
  width: 100%;
  background-color: black;
  border-radius: 5px;
}

.white-dot-icon {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
}

.stations-side i {
  color: #636466;
}

.stations-side span {
  color: #636466;
  width: 100%;
}
.stations-side span:hover {
  color: #c0f302;
}

.stations-side-active {
  color: #c0f302 !important;
}

#sidebar ul {
  list-style-type: none;
  margin: auto;
}

.white-dot-icon {
  background-color: white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

#map {
  flex: 1;
  position: relative;
}
.station-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  margin-bottom: 2px;
}

.image-background {
  padding: 5px;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.dot {
  width: 4px;
  height: 4px;
}

.nav-item > ul {
  display: none;
  position: absolute;
  background-color: #12161b;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 50px;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.nav-item:hover > ul {
  display: block;
  margin-top: 0px;
}

.nav-item > ul li {
  list-style: none;
}
.nav-item > ul li a {
  color: #ffffff;
}

.soundplay {
  height: 40px;
  width: 40px;
  align-items: center;
  display: grid;
  border-radius: 50%;
  box-shadow: 0px 0px 4px #fefffc8a;
  cursor: pointer;
  text-align: center;
  background: #c0f302;
}

/* .playPause::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: #C0F302;
    z-index: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
} */

/* search bar  in sidebar*/
.search-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 150px;
  margin: 20px auto;
}

.search-input {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 20px;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #333;
  outline: none;
}

.search-input:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.search-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.search-button svg {
  width: 24px;
  height: 24px;
  fill: #999;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.cros-btn {
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  display: none;
}
.cros-btn i
{
  color: #fff;
}
.current_media {
  padding: 8px 20px 8px 20px;
}
.current_media .music_spectrum {
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  min-height: 20px;
}
.current_media .music_spectrum span {
  display: block;
  height: var(--bar-height, 10px);
  background-color: var(--bar-bg, #ffffff);
  width: 3.5px;
  border-radius: 2.5px;
  transition: height 0.25s ease-in-out;
}

.media_wrapper .playPause .fa-spin {
  font-size: 28px;
}
/************Recents************/
.sec_recents h2 {
  font-size: 25px;
  font-family: 'p-bold';
}
.recents {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.recents .recent_item {
  display: inline-block;
}
.recents .recent_item img {
  display: block;
  width: 5rem;
  height: 5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 4px;
  transition: box-shadow 0.1s linear 0s;
}
.recents .recent_item img:hover {
  box-shadow: rgb(0 0 0 / 50%) 0px 0px 14px 0px;
}
.btn_recent {
  font-size: 16px;
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 4px;
  transition: box-shadow 0.1s linear 0s;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 33%;
}
.btn_recent i {
  position: relative;
  top: 10%;
}
.recents .recent_item .btn_recent:hover {
  box-shadow: rgb(0 0 0 / 19%) 0px 0px 6px 2px;
}
/************Recents************/
/************Swiper************/
.cat_swipper .row {
  position: relative;
}
.cat_swipper h2 {
  position: absolute;
  left: -10px;
  z-index: 2;
  width: max-content;
  font-size: 25px;
  /* top: 8px; */
  top: 2px;
  font-family: 'p-semibold';
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  width: 200px !important;
  height: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: start;
  align-items: start;
}

.swiper-slide img {
  display: block;
  width: 200px;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: box-shadow 0.1s linear 0s;
}

.swiper-slide img:hover {
  box-shadow: rgb(0 0 0 / 50%) 0px 0px 14px 0px;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #c0f302;
  height: 30px;
  border-radius: 3px;
  top: 25px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: 50px;
  left: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.swiper-slide a h4 {
  text-align: left;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 400;
  color: white;
  font-family: 'p-medium';
  letter-spacing: 0.7px;
  line-height: 1.4em;
}
.swiper-slide a p {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #969595;
  font-family: 'p-light';
  letter-spacing: 1px;
  word-break: break-all;
  white-space: nowrap;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.f-27 {
  font-size: 27px !important;
}
/************Swiper************/
/************Genres Cards************/
.geners_card_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.geners_card {
  position: relative;
  display: block;
  height: 128px;
}
.geners_card img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.geners_card p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 1rem 1rem;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-bottom: 0px;
  font-family: 'p-light';
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/************Genres Cards************/
.cat_tittle {
  width: max-content;
  font-size: 25px;
  top: 8px;
  font-family: 'p-medium';
}

.controls .playPause {
  height: 40px;
  width: 40px;
  align-items: center;
  display: grid;
  border-radius: 50%;
  box-shadow: 0px 0px 4px #ccc;
  cursor: pointer;
}

.header-setting {
  background-color: #c0f302;
  border-radius: 50%;
  /* border: 2px solid black !important; */
}

.header-setting:hover {
  background-color: #c0f302 !important;
}

.header-setting i {
  color: #000;
}

.add-to-fa {
  font-size: medium;
  font-weight: 700;
}

.add-to-fa i {
  font-size: x-large;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  color: #ffffff;
}

.add-to-fa i:hover {
  color: #c0f302;
}

.specific-radio {
  background-color: hsl(0, 0%, 93%);
  padding: 20px;
  background: #12161b;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.add-to-fa-active {
  font-weight: 700;
  color: #c0f302 !important;
}

.accordion {
  margin-top: 20px;
}

.accordion-item {
  --bs-accordion-border-color: #c0f302;
}

.accordion {
  --bs-accordion-active-bg: #ffffff;
  --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-button::after {
  transition: var(--bs-accordion-btn-icon-transition);
}

.available-posdcast-chapter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.available-posdcast-chapter .availabe-data {
  margin-right: 30px;
  margin-bottom: 0%;
}

.swiper-wrapper


/* Styles for the delete button */
.delete-icon {
  background: none;
  border: none;
  color: red;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  transition: opacity 0.3s;
}

.delete-icon:hover {
  opacity: 0.8;
}

.favourite {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  transition: opacity 0.3s;
}

.favourite:hover {
  opacity: 0.8;
}

/* Adjust the positioning of the list item */
.swiper-slide {
  position: relative;
}

/**************Footer****************/
footer {
  background: #2e3235 !important;
  color: #fff;
}
footer .copright_text {
  font-size: 12px;
  color: #818285;
  font-family: 'p-light';
}
footer .brand {
  width: 120px;
}
footer .nav-link {
  color: #818285;
  font-family: 'p-medium';
  font-size: 14px;
  letter-spacing: 0.8px;
}
footer .nav-link:hover,
footer .nav-link:focus {
  color: #8cae0d;
}
.nav-link i {
  font-size: 20px;
}
footer .footer_social .nav-link {
  padding: 5px 7px 5px 0px;
}
.nav-pills .nav-link.active {
  background-color: #8cae0d; /* Change the background color */
  color: #000000 !important; /* Change the text color */
}

/**************Footer****************/

/**************Media queries****************/
@media only screen and (max-width: 1366px) {
  .wd_0001 {
    width: 80%;
  }
}
/**************Media queries****************/

/**** --- New Style ---- ****/
body {
  background: #000000;
}

/* all fonts */

@font-face {
  font-family: 'qua_regular';
  src: url('/fonts/QuanSlim-Regular.ttf');
}
@font-face {
  font-family: 'qua_bold';
  src: url('/fonts/QuanSlim-Bold.ttf');
}
@font-face {
  font-family: 'qua_light';
  src: url('/fonts/QuanSlim-Light.ttf');
}
@font-face {
  font-family: 'qua_black';
  src: url('/fonts/QuanSlim-Black.ttf');
}

.abt_hdng h4 {
  font-size: 40px;
  color: #d84930;
  font-family: qua_regular;
  position: relative;
  z-index: 1;
}

.abt_main h2 {
  font-size: 61px;
  font-family: 'qua_bold';
  color: #fff;
  line-height: 56px;
  margin-bottom: 23px;
  position: relative;
  z-index: 1;
}
.abt_content p {
  font-size: 23px;
  color: #fff;
  font-family: qua_light;
  line-height: 27px;
  margin-bottom: 27px;
  position: relative;
  z-index: 1;
}
.abt_video {
  width: 100%;
  height: 300px;
  border-radius: 12px;
}
.abt_video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.abt_card_img {
  width: 62px;
  height: 62px;
  margin: 22px auto;
}

.abt_card_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abt_card_hdng h3 {
  font-size: 35px;
  font-family: 'qua_bold';
  text-align: center;
  color: #fff;
}

.abt_card_pra p {
  font-size: 20px;
  font-family: 'qua_regular';
  line-height: 23px;
  text-align: center;
  width: 70%;
  margin: auto;
  color: #fff;
}
.abt_crd_wrap {
  /* background: linear-gradient(180deg, #201d1d, #271003); */
  background: linear-gradient(180deg, #201d1d, #c9ff0033);
  padding: 33px 21px;
  margin-bottom: 25px;
  border-radius: 12px;
}
.crds_MainWraper {
  margin: 93px 0 20px 0;
}

.crds_MainWraper_2 {
  margin-top: 29px;
}

.play_deefm {
  background-image: url(/images/abt_bg_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 20px 0;
  position: relative;
}
.play_deefm:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000cc;
  content: '';
}
.ggl_btn1 {
  flex: 0 0 32%;
  height: 64px;
  margin-right: 14px;
}
.ggl_btn1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ggle_ply_btns {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.phon_img {
  width: 100%;
  height: 630px;
  position: relative;
}
.phon_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.team_img {
  width: 100%;
  height: 300px;
  margin-bottom: 11px;
}
.team_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.team_nme h3 {
  font-size: 28px;
  color: #d84930;
  font-family: 'qua_bold';
  margin-bottom: 10px;
  line-height: 9px;
  margin-top: 19px;
}
.tem_desig h4 {
  font-size: 22px;
  font-family: 'qua_bold';
  color: #fff;
}
section.team_sec {
  padding: 40px 0;
}
.team_rit_title h3 {
  font-size: 30px;
  color: #d84930;
  font-family: 'qua_bold';
  line-height: 24px;
}
.team_main_hd h3 {
  font-size: 100px;
  font-family: 'qua_bold';
  color: #fff;
  line-height: 76px;
}
.team_p p {
  font-size: 22px;
  color: #fff;
  line-height: 25px;
  font-family: 'qua_light';
}
.more_tm {
  margin: 26px 0 20px 0;
}
.more_tm a {
  font-size: 22px;
  font-family: 'qua_regular';
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 21px;
  text-decoration: none;
  transition: 0.3s ease;
}
.more_tm a:hover {
  border: 1px solid #d84930;
  background: #d84930;
}
.blg_hdng h3 {
  font-size: 32px;
  font-family: 'qua_bold';
  text-align: center;
  line-height: 20px;
  color: #d84930;
}
.blg_main_hdng h3 {
  text-align: center;
  color: #fff;
  font-family: 'qua_bold';
  font-size: 58px;
}
.blg_img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.blg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.blg_title h3 {
  font-family: 'qua_bold';
  font-size: 24px;
  color: orange;
  line-height: 28px;
  padding: 10px 36px 0 36px;
  margin-bottom: 5px;
}
.blg_pra p {
  font-size: 16px;
  font-family: 'qua_regular';
  line-height: 16px;
  padding: 10px 36px;
  color: #fff;
}
.read_more_btn a {
  font-size: 26px;
  font-family: 'qua_bold';
  line-height: 10px;
  color: #fff;
}
.blg_pra p {
  font-size: 16px;
  font-family: 'qua_regular';
  line-height: 16px;
  padding: 10px 36px;
  color: #fff;
  margin-bottom: 2px;
}
.read_more_btn {
  margin-left: 36px;
}
.crd_vlg_botm {
  border-top: 1px solid #fff;
  padding-top: 11px;
  margin-top: 15px;
}
.crd_vlg_botm p {
  padding: 0 36px;
  font-family: 'qua_regular';
  color: #fff;
  font-size: 18px;
}
.blog_crds {
  background: #2e2e2e;
  border-radius: 13px;
  padding-bottom: 3px;
  margin-bottom: 20px;
}

/* new leter */

.news_letter_sec {
  background-image: url(/images/abt_bg_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 34px 0;
}
.news_letter_sec::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000c4;
  content: '';
  width: 100%;
  height: 100%;
}
.nws_hdng h3 {
  color: #d84930;
  font-size: 36px;
  font-family: 'qua_bold';
}
.news_main h3 {
  font-size: 78px;
  font-family: 'qua_bold';
  color: #fff;
  line-height: 68px;
}
.news_pra p {
  color: #fff;
  font-size: 21px;
  font-family: 'qua_light';
  line-height: 18px;
}
.news_frm .form-group {
  display: inline-block;
  width: 80%;
}
.news_frm .form-group .form-control {
  padding: 10px;
  height: 47px;
}
.sbs_btn {
  display: inline-block;
}
.sbs_btn a {
  background: #d84930;
  padding: 10px 14px;
  color: #fff;
  font-family: 'qua_bold';
  font-size: 21px;
  border: 1px solid #d84930;
  transition: 0.3s ease;
  border-radius: 5px;
}
.sbs_btn a:hover {
  background: #fff;
  color: #d84930;
}
.news_frm .form-group .form-control {
  padding: 10px;
  height: 47px;
  border-radius: 9px;
  background: transparent;
  color: #fff;
}
.news_frm {
  margin-top: 31px;
}
.faq_img {
  background-image: url(/images/team_2.jpg);
  background-size: cover;
  background-position: top;
  height: 100%;
  background-repeat: no-repeat;
}
.faq_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.faq_hdg h3 {
  font-family: 'qua_bold';
  font-size: 38px;
  color: #d84930;
  line-height: 21px;
}
.faq_main h3 {
  font-size: 72px;
  font-family: 'qua_bold';
  color: #fff;
  line-height: 50px;
}
.faq_pra p {
  font-size: 21px;
  color: #fff;
  font-family: 'qua_light';
  line-height: 25px;
  margin-top: 24px;
}
.demo.faq_aacrd .card {
  background: #403f3f7a;
  border: 1px solid #8080806e;
}
.demo.faq_aacrd button.btn.btn-link:focus {
  box-shadow: none !important;
}

.demo.faq_aacrd .card .btn-link {
  color: #fff;
  font-size: 24px;
  font-family: 'qua_bold';
}
.demo.faq_aacrd .card .btn-link i {
  font-size: 12px;
  margin-right: 10px;
  color: #d8491a;
}
.demo.faq_aacrd .card .card-body {
  background: black;
  color: #fff;
}
section.faq_sec {
  margin: 50px 0;
}

/* new faq sec */
.faq_hd h1 {
  font-size: 39px;
  color: #fff;
  margin: 41px 0;
}
.Faq_wrap {
  margin: 30px 0 60px 0;
}
.fq_mz {
  background: #2e2e2e;
  color: #fff;
  padding: 12px;
  border-radius: 12px;
  transition: 0.4s ease;
}

.fq_mz:hover {
  box-shadow: rgb(192 243 2 / 38%) 0px 5px 15px;
  transform: scale(1.01);
}

.fq_mz .btn-primary {
  background-color: #c0f302;
  color: #000;
  border: 1px solid #c0f302;
  transition: 0.4s ease;
}
.fq_mz .btn-primary:hover {
  background: transparent;
  color: #c0f302;
}
nav.faq_nav {
  margin: 20px 20px;
}
nav.faq_nav .breadcrumb-item a {
  color: #fff;
}
nav.faq_nav .breadcrumb-item::before {
  color: #fff;
}
.mz_custom_pil {
  margin: 20px 0 30px 0;
}
.mz_custom_pil a {
  color: #fff;
}
.mz_custom_pil a:hover {
  color: #8cae0d;
}
h3.act_mz {
  font-size: 27px;
  margin: 20px 0;
}
.pills_mz {
  margin-bottom: 50px;
}
.faq-section .accordion-item {
  background: #403f3f7a;
}
.faq-section .accordion-header {
  background: #403f3f7a;
}
.faq-section .accordion-button {
  background: #403f3f7a;
  color: #fff;
  padding: 20px;
}
.faq-section .accordion-button::after {
  filter: invert(74%) sepia(99%) saturate(506%) hue-rotate(18deg)
    brightness(102%) contrast(98%);
}
.faq-section .accordion-body {
  color: #fff;
}
.sbmit_req {
  color: #fff;
  margin-bottom: 20px;
  font-size: 33px;
}
.pills_mz_frm .form-group label {
  margin: 8px 0;
  color: #fff;
  font-size: 22px;
}
.pills_mz_frm .form-group label {
  margin: 19px 0 6px 0;
  color: #fff;
  font-size: 17px;
}
.pills_mz form {
  background: #202020;
  padding: 20px;
  border-radius: 20px;
}
.btn-primary.grn_btn {
  background-color: #c0f302;
  color: #000;
  border: 1px solid #c0f302;
  transition: 0.4s ease;
}
.btn-primary.grn_btn:hover {
  background: transparent;
  color: #c0f302;
}
.abt_vid_nw iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 27px;
}
.abt_vid_nw {
  width: 100%;
  height: 300px;
}
.btn_featured_PC.dscr_2 {
  display: block;
  margin: 10px auto;
}

.coki_hd h4 {
  font-size: 28px;
  color: #fff;
  margin: 10px 0;
  text-align: center;
}
.coki_hd p {
  color: #fff;
  margin: 20px 0;
}
.cok_obj {
  font-size: 28px;
  color: #fff;
  margin: 10px 0;
  text-align: center;
}

.white_colr {
  color: #fff !important;
}
.swiper-slide.mz_slide_itm {
  width: unset !important;
  flex: 1 0 calc(100% / 6);
  background: #403f3f7a;
  padding: 10px;
  border-radius: 24px;
  margin: 12px;
}
.swiper-slide.mz_slide_itm.mz_2 {
  margin: 0;
}
.swiper-slide img {
  border-radius: 13px;
}
.mz_podimg {
  width: 100%;
  height: 150px;
}
.mz_podimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .swiper-slide.mz_slide_itm {
  width: unset !important;
  flex: 1 0 calc(100% / 6);
  background: linear-gradient(
    41deg,
    rgba(32, 29, 29, 1) 51%,
    rgba(192, 243, 2, 1) 123%
  );
  padding: 10px;
  border-radius: 24px;
  margin: 12px;
} */
.swiper-slide.mz_slide_itm {
  width: unset !important;
  flex: 0 0 calc(25% - 47px);
  background: linear-gradient( 41deg, rgba(32, 29, 29, 1) 51%, rgba(192, 243, 2, 1) 123% );
  padding: 10px;
  border-radius: 24px;
  margin: 12px;
}
.recently-played-mz .favourite {
  position: absolute;
  right: 3px;
  top: 6px;
}
.recently-played-mz .swiper-slide img
{
  width: 100%;
}
.cstm_plyr {
  color: #fff;
  background-color: #c0f30238 !important;
  border-radius: 24px;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #c0f302;
  color: #fff !important;
}
.ellipsis.white_colr {
  word-break: break-all;
}

/* audio#audio-player {
  width: 90% !important;
} */

.swpr_near_img {
  width: 100%;
  height: 180px;
}
.swpr_near_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-setting.dropdown-toggle::after {
  display: none;
}

.near_img_wrap {
  width: 100%;
  height: 150px;
  margin-bottom: 89px;
}
.near_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.br_mz {
  display: none;
}

.form-control.iptSearch {
  text-align: left;
}

.form-control.iptSearch::placeholder {
  text-align: center;
}
.hdr_lgn li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft_twitr {
  width: 26px;
  height: 26px;
}

.ft_twitr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
.ft_twitr_sg img {
  width: 15px !important;
  height: 15px !important;
  object-fit: contain;
  filter: invert(1);
}
.ft_twitr_sg:hover {
  background-color: #8cae0d;
}
ul#alphabetFilter .nav-link {
  color: #fff;
}
ul#alphabetFilter .nav-link:hover {
  color: #c0f302;
}
/* recents */
.recents.recentList a {
  margin: 6px;
  flex: 0 0 calc(14% - 12px);
  height: 100px;
}
.recents.recentList a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a
{
  text-decoration: none;
  color: #c0f302;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  color: #c0f302 !important;
}

/* recents ends*/

@media screen and (max-width: 767px) {
  .swiper-slide.mz_slide_itm {
    width: unset !important;
    flex: 1 0 calc(100% / 2 - 16px);
    margin: 0 8px 12px 8px;
  }
  .recents.recentList a {
    margin: 6px;
    flex: 0 0 calc(33% - 12px);
    height: 100px;
  }      
}

@media screen and (max-width: 576px) {
  .px-5
  {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-5 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
  .recents.recentList a {
    flex: 0 0 calc(50% - 10px);
    margin: 10px 5px;
  }
  .home-hdngg
  {
    font-size: 22px;
  }
  .txt_bg_green
  {
    padding: 2px 10px;
  }
  .abt_main h2 {
    font-size: 28px;
    font-family: 'qua_bold';
    color: #fff;
    line-height: 26px;
    margin-bottom: 23px;
  }
  .news_main h3 {
    font-size: 33px;
    font-family: 'qua_bold';
    color: #fff;
    line-height: 38px;
  }
  .swiper-slide.mz_slide_itm {
    width: unset !important;
    flex: 1 0 100%;
    margin: 0 0 15px 0;
  }
  .swiper-slide.mz_slide_itm a {
    width: 100% !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-color: #c0f302;
    height: 24px;
    border-radius: 3px;
    top: 97%;
    left: 54%;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    right: 50%;
    left: auto;
  }
  .swiper-slide a p {
    margin-bottom: 25px;
  }
  .stnr_mob {
    padding-top: 0 !important;
  }
  .geners_card {
    position: relative;
    display: block;
    height: 208px;
    text-align: center;
  }
  .geners_card img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .geners_card.flag-card {
    position: relative;
    display: block;
    height: 101px;
    text-align: center;
  }
  .geners_card.social-carrdds
  {
    height: 128px;
  }
  #map {
    flex: 1;
    position: relative;
    height: 100vh;
  }
  #sidebar.mob_sidebar {
    width: 46%;
  }
  .statn_side,
  .stations-side {
    display: none !important;
  }
  .statn_side.srch_br,
  .stations-side.statn_mob_sh {
    display: flex !important;
  }
  .br_mz {
    display: block;
  }
  .br_mz i {
    color: #fff;
  }

  #sidebar {
    width: 7%;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 10px;
  }
  .cat_swipper h2 {
    font-size: 16px;
  }
  .mz_podimg
  {
    height: 214px;
  }
}
/**** --- End New Style ---  ****/

.iVySAy {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* box-shadow: rgb(217, 217, 217) 0px 1px; */
  background-attachment: fixed;
  border-radius: 18px;
  /* background-image: linear-gradient(103deg, rgb(96, 197, 82), rgb(2, 114, 140) 49%, rgb(30, 30, 30)); */
  background: #c0f302b3;
  font-weight: bold;
  font-size: 13px;
  height: 62px;
  max-height: 62px;
  transition: box-shadow 0.1s linear 0s;
}

.dropdown-menu.show {
  display: block;
  background: #12161b;
  border: 1px solid #ffffff1c;
  border-top: 0;
  z-index: 99999999 !important;
}
a.dropdown-item {
  color: #fff;
  font-family: 'p-light';
  text-align: center;
  /* border-bottom: 1px solid #ffffff1c; */
  padding: 9px 16px;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}
.header-setting.show {
  background: #c0f302;
}
a.dropdown-item:hover
{
  background: #c0f302;
}
@media screen and (min-width: 1200px) and (max-width: 1430px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1252px;
  }
}

#player {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #181818f2;
  color: #fff;
  padding: 12px;
  position: sticky;
  top: 63px;
  z-index: 99;
  justify-content: center;
}

.ep_cover_img {
  width: 50px;
  height: 50px;
  margin-right: 2px;
}

.ep_cover_img img {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  object-fit: cover;
}
#playlist {
  list-style: none;
  padding: 0;
}
#playlist li {
  cursor: pointer;
  padding: 5px;
}
#playlist li:hover {
  background-color: #f9f9f9;
}
#current-episode {
  font-size: 12px;
  font-weight: bold;
  /* margin-bottom: 10px; */
}

#audio-player {
  width: 45% !important;
  height: 40px;
}
.accordion-body a {
  color: #c0f302 !important;
}

.leaflet-popup {
  bottom: auto !important;
}
button.remove.recent-rmbtn {
  position: absolute;
  left: 8px;
  top: 4px;
  background: #9ac300;
  border: 1px solid green;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
}
.swiper-slide.mz_slide_itm a {
  width: 100%; 
}

.BatFeedItem
{
  background: #c0f302 !important;
}
.playPause.active i::before
{
  content: "\f04c";
}

 
.dropdown-item:focus, .dropdown-item:hover {
  color: black !important;
  background-color: #c0f302 !important;
}

/* Static media player */
audio {
  width: 110px;
  animation: audioWidth 0.1s forwards;
}

audio::-webkit-media-controls-panel {
  justify-content: center;
}

audio::-webkit-media-controls-timeline-container {
  display: none !important;
  min-width: 0;
}

audio::-webkit-media-controls-time-remaining-display {
  display: none !important;
  min-width: 0;
}

audio::-webkit-media-controls-timeline {
  /* display: none !important; */
  /* min-width: 0; */
}

@keyframes audioWidth {
  from {
    width: 110px;
  }
  to {
    width: 84px;
  }
}
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    display: none;
}
/* End Static media player */


#errorAlert {
  display:none;
  margin: 15px;
  padding: 12px 7px 1px;
  background-color: rgb(242, 127, 107);
  border-left: 6px solid rgb(187, 45, 6);
  width: 280px;
  right: 0px;
  top: 40px;
  position: fixed;
  z-index: 10000;
}

.disabledStation {
  opacity : 0.5 !important;
}

.favourite i {
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}