.slider-bg {
  background: url("../images/influencers/main-bg.svg") no-repeat top right #fff;
}
.slider-bg .heading-wraper .main-head h1 {
  font-size: 42px;
}
.heading-wraper {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.slider-bg .heading-wraper .main-head h1 span {
  display: block;
  font-size: 32px;
  max-width: 350px;
  font-weight: 600;
}
.f-16 {
  font-size: 16px;
}

.youtube-video-popup {
  position: relative;
}
.youtube-video-popup a img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
}
.video-play-btn img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
}
.news-slider .slick-slide {
  padding: 0 15px;
}
.c-arrow {
  background: #000;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}

/* influencer page css start  */
.leader-dialogue {
  background: #ffc252;
}
.leader-dialogue .heading-wraper .main-head h2,
.leader-dialogue h3,
.leader-grid h4 {
  color: #080708;
}
.leader-grid {
  border: 1px dotted #231f20;
  padding: 24px;
}
.leader-grid-bottom .play-box-card {
  background: transparent;
  padding: 0;
}
.leader-dialogue .alumni-video-slider .play-box-card {
  background: #ffffff;
}
.latest-video-card img {
  background: #ffffff;
  border: 0.5px solid #d9d9d9;
  padding: 15px;
}
.latest-video-card {
  cursor: pointer;
}
.latest-video-img {
  position: relative;
}
.influ-latest-video .slick-slide {
  margin: 0 10px;
}
.latest-video-img p {
  color: rgba(8, 7, 8, 0.8);
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
  margin: 0;
}
.latest-video-name {
  position: absolute;
  bottom: 110px;
  padding: 10px 45px 10px 20px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  color: rgba(8, 7, 8, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.latest-video-name img {
  background: transparent;
  padding: 0;
}
.influence-tabs {
  margin-top: 15px;
}
.influence-tabs ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}
.influence-tabs ul li button {
  color: #000;
  padding: 15px;
  margin: 10px;
  border: 1px solid #000000 !important;
}
.influence-tabs ul li button.nav-link.active,
.influence-tabs ul.nav-pills .show > .nav-link {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.xperience-tab {
  width: 340px;
}
.xperience-tab .style-select {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding: 15px;
  color: #000;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.xperience-tab .style-select .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0;
  border-color: #000 transparent transparent transparent;
  transition: transform 0.3s ease-in-out;
}
.xperience-tab ul {
  display: none;
  background-color: #f9f7ed;
  list-style: none;
  padding: 0 5px;
  width: 27%;
  position: absolute;
  z-index: 9;
}
.xperience-tab ul li button {
  padding: 12px 6px;
  text-align: left;
  border: 0 !important;
   border-bottom: 1px solid rgb(8, 7, 8, 0.7) !important;
  margin: 0;
  display: block;
  background: transparent !important;
  border-radius: 0 !important;
  width: 100%;
}
.xperience-tab ul li button.nav-link.active,
.influence-tabs ul.nav-pills .show > .nav-link {
  background: transparent;
  border-color: transparent;
  color: #ef7d00;
}
.leader-grid h4 {
  color: #080708;
  margin-top: 10px !important;
  font-size: 20px;
  font-weight: 600;
}
/* .influ-featured-content .heading-wraper .main-head {
    display: block;
  } */
.play-box-card {
  background-color: #f6f4e7;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.play-box-content h4 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.play-box-content p {
  color: rgba(8, 7, 8, 0.8);
  font-weight: 500;
  margin: 0;
  min-height: 70px;
  margin-bottom: 10px;
}
.insta-conf.play-box-card {
  padding-bottom: 0px;
}
.insta-conf .play-box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.insta-conf .play-box-content h4 {
  margin: 0;
}
.play-box-btn a {
  color: #080708;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.play-box-btn a img {
  margin-right: 10px;
  width: auto;
}
.featured-grid .play-box-card {
  margin-top: 20px;
}
.featured-grid .play-box-card p {
  min-height: auto;
  margin-bottom: 25px;
}
.alumni-video-slider .slick-slide {
  margin: 0 10px;
}
.vertical-slider .slick-arrow {
  outline: none;
  background: rgba(23, 23, 36, 0.6);
  color: transparent;
}
.podcast-hero {
  background-color: #f8d34e;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.microphone-img {
  max-width: 200px;
  margin-bottom: 20px;
}

.audio-wave {
  max-width: 150px;
  margin-top: 20px;
}

.episode-card {
  margin-bottom: 40px;
  background-color: #ffffff;
  overflow: hidden;
}

.episode-card-last {
  margin-bottom: 0px !important;
}

.episode-thumbnail {
  position: relative;
  overflow: hidden;
}

.episode-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.episode-content {
  padding: 20px;
}

.episode-title {
  margin-bottom: 15px;
}

.episode-description {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.talks-social svg {
  width: 35px;
  height: 35px;
}
.featured-media {
  background: #f7f7f7;
}

.media-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
}

.media-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.media-image img {
  width: 100%;
  display: block;
}

.media-content {
  padding: 24px;
}

.media-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  line-height: 1.3;
}

.media-content p {
  font-size: 16px;
}

.media-btn {
  border-radius: 0;
  padding: 12px 22px;
  font-weight: 600;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  font-size: 13px;
}
.media-btn img {
  margin-right: 10px;
}
.media-btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

@media (max-width: 992px) {
   .heading-wraper .main-head h2, .heading-wraper .main-head h1 {
    font-size: 24px !important;
  }
  .slider-bg .heading-wraper .main-head h1 span {
  
  font-size: 18px;}
  .slider-custom-nav, .news-slider-nav{
    display: none;
  }

  .heading-wraper {
    flex-direction: column;
}
.xperience-tab {
  width: 100%;
  margin-bottom: 24px;
  margin-top: 0;
}
  .media-content {
    padding: 20px;
  }
  .mb-on-mobile{
    margin-bottom: 20px;
  }

  .media-content h3 {
    font-size: 24px;
  }

  .media-content p {
    font-size: 16px;
  }

  .influence-tabs ul {
    margin-top: 15px;
  }
  .influence-tabs ul {
    display: none;
    background-color: #f9f7ed;
    list-style: none;
    padding: 0 5px;
    width: 100%;
  }
  .influence-tabs ul li a {
    padding: 12px 6px;
    text-align: left;
    border-bottom: 1px solid rgb(8, 7, 8, 0.7) !important;
    border: 0;
    margin: 0;
    display: block;
  }
  .influ-featured-content .heading-wraper .main-head {
    display: block;
  }
  .influence-tabs ul li.ui-tabs-active a {
    background: transparent;
    border-color: transparent;
    color: #ef7d00;
  }
  .latest-video-name {
    font-size: 16px;
  }
  .latest-video-img p {
    font-size: 16px;
  }
  .play-box-content p,
  .play-box-content h4,
  .play-box-btn a {
    font-size: 14px;
  }
  .play-box-btn a img {
    margin-right: 10px;
    width: 20px;
  }
  .featured-grid {
    width: 100% !important;
  }
}
@media (max-width: 770px) {
  .leader-dialogue .row > div {
    margin-bottom: 24px;
  }
}
@media (max-width: 585px) {
  .latest-video-name {
    font-size: 13px;
  }
  
  .play-box-content p {
  min-height: auto;
  margin-bottom: 0;
}
.section{
  padding:30px 0px;
}
}
/* influencer page css end */
