@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --white: #ffffff;
  --gray: #777777;
  --blue: #131728;
  --blue2: #1b2039;
  --black: #000000;
  --mix-color: linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
}

:root {
  --font-Work-Sans: 'Work Sans', sans-serif;
  --font-Montserrat: 'Montserrat', sans-serif;
}
/* -------------left menu START-------------- */
nav#left-navigation {
    height: 15px;
}
.navigation-show{
  background: #1b2039;
  height: 100vh;
  box-shadow: 0px 0 9px 0px #000;
  width: 0;
  margin-left: -30px;
}
.left-navigation.open .navigation-show {
  width: 65px;
  margin-left: 0;
}
.left-navigation img{
  padding: 20px 10px;
}
#menu-left-menu{
	background:	#1b2039;
	padding-bottom: 20px;
}
ul#menu-left-menu li {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
ul#menu-left-menu li a{
 color: #fff !important;
 display: table;
 margin: 0 auto;
 border-bottom: 1px solid #fff;
 width: 50%;
}
.head-responsive, .para-responsive, .feature-border-mobile h4{
  color: #fff !important;
}
.left-navigation .current-menu-item, ul#menu-left-menu li:hover{
  background-image: linear-gradient(90deg, #fe7c57 0%, #ff498d 100%);
}
.left-navigation .current-menu-item a {
  border-bottom: none !important;
}
.left_menu_col{
  position: relative;
}
.left_menu_col button{
  position: absolute;
  left: -30px;
  top: 50vh;
  background: #1b2039;
  color: #fff;
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 50%;
  padding-left: 12px;
}
.left_menu_col button i{
  padding-left: 10px;
}
.left-navigation.open .Show {
  left: 35px;
  z-index: -1;
}
.left-navigation.open .Show .fa-chevron-right, .left-navigation:not(.open) .Show .fa-chevron-left {
  display: none;
}
#left-navigation .share .menu-item{
  position: relative;
}
.page-social-share{
  position: absolute;
  height: 200px;
  width: 200px;
  left: calc(50% - 100px);
  top: 100px;
  background-image: linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
  padding: 10px;
  display: none;
}
.page-social-share .fas.fa-times {
  background: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 21px;
}
p.page-share-icons.text-center a i {
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 40px 5px;
}
/* -------------left menu END-------------- */

/*-----------------slider START----------------*/
.slider-head {
  font-family: var(--font-Montserrat);
  font-size: 60px;
  font-weight: 800 !important;
  color: #fff;
  line-height: 50px;
  margin: 15px 0;
}
.slider-small {
  font-size: 12px !important;
}
.slider-para {
  color: var(--white);
  font-weight: 600;
}
#slider{
  padding-top: 6%;
  overflow-x: hidden;
}
/* play podcast */
section#plyer-section {
  background-image: linear-gradient(90deg, #942D2D 0%, #814B6F 40%, #271A3E 77%, #691A3A 100%);
  /* position: sticky;
  bottom: 0; */
}
input[alt~="Episode"] {
  height: 50px;
  margin: 5px 0 0 0;
}
.podcast-player-wrapper {
  background: none;
}
.btn-play {
  font-weight: 700;
  font-family: var(--font-Montserrat);
  font-size: 12px;
  display: inline-block !important;
  cursor: pointer;
}
.season-author-name {
  margin: 13px 0;
  font-size: 12px !important;
}
.season-and-episode-number-container {
  position: relative;
  margin: 5px 0
}
.season-and-episode-number-container span{
  margin: 0 10px;
}
.latest-episode-number:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  background: #fff;
  top: 10px;
  border-radius: 50%;
  margin-left: 4px;
}
.latest-episodes-title{
  margin: 10px 0 0 0;
  font-size: 16px;
}
.btn-mix-color {
  font-family: var(--font-Montserrat);
  padding: 5px 20px !important;
  font-size: 14px !important;
  border-radius: 19px !important;
  font-weight: 600 !important;
  color: white !important;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.55));
  background-image: linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
}
.btn-about {
  background-image: linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
  font-family: var(--font-Montserrat);
  font-size: 12px !important;
  -webkit-box-shadow: 1px 2px 8px #d3cdcd;
}

.about-head {
  background: -webkit-linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-Montserrat);
}

.about-para {
  font-weight: 600;
}

.our-team {
  text-align: center;
}

.our-team .pic {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.our-team .pic:before {
  content: "";
  width: 94%;
  height: 96%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 8px;
  box-shadow: 0 0 0 0 #ff498d inset;
  opacity: 0.9;
  transition: all 1s ease-in-out 0s;
}

.our-team:hover .pic:before {
  background-image: linear-gradient(180deg, #fe7c57 0%, #ff498d 100%);
}

.our-team .social-links {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  left: 0;
}

.our-team .social-links li {
  display: inline-block;
  margin-right: 10px;
  transform: scale(0, 0);
  transition: all 0.7s ease-in-out 0s;
}

.our-team:hover .social-links li:nth-child(1) {
  transition-delay: 0.1s;
  transform: scale(1, 1);
}

.our-team:hover .social-links li:nth-child(2) {
  transition-delay: 0.2s;
  transform: scale(1, 1);
}

.our-team:hover .social-links li:nth-child(3) {
  transform: scale(1, 1);
  transition-delay: 0.3s;
}

.our-team:hover .social-links li:nth-child(4) {
  transition-delay: 0.4s;
  transform: scale(1, 1);
}

.our-team:hover .social-links li:nth-child(5) {
  transition-delay: 0.5s;
  transform: scale(1, 1);
}

.our-team .social-links li a {
  font-size: 20px;
  color: white;
}

.our-team .social-links li a:hover {
  text-decoration: none;
}

.our-team .team-title {
  font-size: 22px;
  font-weight: bold;
  color: #283a44;
  text-transform: capitalize;
  margin-top: 10px;
}

.our-team .post {
  display: block;
  font-size: 14px;
  font-weight: 800 !important;
  color: black;
  text-transform: capitalize;
}

p.post {
  font-weight: 800 !important;
}

h3.team-title {
  color: black !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: var(--font-Montserrat);
}

.big-title-team, .recent-post-main-heading {
  background: -webkit-linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800 !important;
  font-family: var(--font-Montserrat);
}
#news-section{
  background-size: cover !important;
}
.text-small-team {
  color: #000;
  margin-bottom: 0;
}

.text-small-features, .single-season-text {
  background: -webkit-linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800 !important;
  font-family: var(--font-Montserrat);
}
#features img{
  margin: 0 5px 10px;
}

.big-title-features {
  color: white;
  font-weight: 600;
}

.text-small-feature {
  color: white;
  font-weight: 600;
}

.text-right {
  font-size: 15px;
  line-height: 22px;
}

img.img-right {
  width: 96%;
}

.name-right {
  margin-bottom: 0px !important;
}

#testimonials .carousel-control i {
  font-size: 20px;
  margin-right: 2px;
}
.testimonial_name a{
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
#testimonials .carousel-control-next {
  right: -68px;
}

#testimonials .carousel-control.right i {
  margin-right: -2px
}

#testimonials .carousel-control.left {
  left: -75px;
}

#testimonials .carousel-indicators li, #testimonials .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%
}

#testimonials .carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent
}

#testimonials .carousel-indicators li.active, {
  border: none;
  background-image: linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
}

/*******nnew css********/
.work-sans {
  font-family: "Work Sans";
}
/******blog page**********/
.blog-section {
  background: #14182a;
  /* height: 560px; */
}
.post-author-name{
  font-size: 13px;
  font-weight: 600;
}
.latesredmore {
  -webkit-box-shadow: 1px 2px 8px #d3cdcd;
  font-size: 12px;
}
.postpic-img img {
  opacity: 0.4;
}
.post-content-text p {
  color: #fff;
  font-weight: 600 !important;
  display: none;
  padding-left: 7px;
}
.latest-news-content{
  /* height: 365px; */
  position: relative;
}
.news_content{
  position: absolute;
  bottom: 85px;
}
.latest-news-content:hover .post-content-text p {
  display: block;
  transition: all 1s ease-in-out 0s;
  transition: .8s;
}
.latest-news-content:hover .postpic-img img {
  opacity: 0.2;
  -webkit-transition: all .6s ease;
  transition: .3s;
}
#testimonials-content img {
  width: 9%;
}
#testimonials-content .testimonials-text {
  width: 60%;
}
#testimonial .owl-carousel .owl-nav .owl-prev span, #testimonial .owl-carousel .owl-nav .owl-next {
  float: right;
  left: -177px;
}
#testimonial .owl-carousel .owl-nav .owl-prev span, #testimonial .owl-carousel .owl-nav .owl-prev {
  float: left;
  left: 167px;
}
#testimonial .owl-carousel .owl-nav .owl-prev, #testimonial .owl-carousel .owl-nav .owl-next {
  position: relative !important;
  top: -165px !important;
}
#testimonial .owl-next i, #testimonial .owl-prev i {
  background: 1px solid red !important;
  color: #fe6e65 !important;
  padding: 10px 4px !important;
  border-radius: 50px;
  border: 1px solid #fe5b79;
  width: 36px;
  font-size: 15px;
  transition: .3s;
}
#testimonial .owl-next :hover, #testimonial .owl-prev :hover {
  background: -webkit-linear-gradient(90deg, #ff498d 0%, #fe7c57 100%);
  color: #fff !important;
}
#testimonial .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block !important;
}
#testimonial .owl-carousel .owl-dots.disabled {
  display: block;
}
#testimonial .owl-carousel button.owl-dot {
  padding: 2px !important;
  margin: 20px 5px 0 5px !important;
  background: red;
  border-radius: 10px;
}
#testimonial .owl-carousel button.owl-dot.active {
  border: 1px solid var(--color-red);
}
#testimonial .owl-carousel button.owl-dot.active {
  background: red;
  width: 43px;
  height: 2px;
  border-radius: 32%;
}

.section-curoius {
  background: #364784;
  margin-top: -8px;
  padding: 40px 0;
}

.episode-latest {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.latest-episode-content:hover .episode-btn {
  display: block !important
}

.latest-episode-content:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.latest-episode-contentdd {
  height: 579px;
}

.section-curious-mind {
  margin-top: -123px;
}

.comment-form-comment textarea {
  width: 100%;
}

.text-gray-es {
  color: #817e7e;
}

h4, p {
  font-family: 'Montserrat';
}

.text-dark {
  color: #666464 !important;
}

.feature-top {
  padding-top: 42px !important;
}

/**********podcast series****************/
#podcast-series {
  background: #14182a;
  padding-bottom: 150px;
  padding-top: 30px;
}
.series-main-box{
  position: relative;
}
.series-inners-box {
  top: 10px;
}
.series-main-box img {
  opacity: 0.5;
  height: 570px;
  object-fit: cover;
  width: 100%;
}
.series-main-box h4, .series-main-box p {
  font-weight: 600 !important;
}
.series-main-box h4 {
  font-size: 24px;
  text-transform: capitalize;
}
.series-main-box h6 {
  font-size: 15px;
}
.podcast-description{
  font-size: 14px;
  font-weight: bold;
}
.spodcast-series-section {
  color: #e6e1e1 !important;
  transition: all 0.7s ease 0s;
}
.spodcast-series-section *{
  color: #fff;
}
.offer-box{
  margin: 0 5px;
}
.series-main-box p {
  color: #f9f9f9 !important;
}
.play-reels {
  padding-bottom: 4px !important;
}
.play-reels i {
  font-size: 11px;
  border: 1px solid;
  padding: 4px 5px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: inline-block !important;
  padding: 0 0 0 8px;
  line-height: 2;
  margin-right: 10px;
}
.play-reels p {
  font-size: 13px !important;
  margin-bottom: 12px;
}
.column-reels, .series-main-box:hover .podcast-description{
  display: none;
}
.series-main-box:hover .column-reels{
  display: block;
}
.series-main-box {
  transition: all 0.7s ease 0s;
}
.plus-icon {
  font-size: 10px;
}
#podcast-series .seasons {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 17px !important;
  font-weight: 700 !important;
}
.series-main-box:hover .reels-more {
  margin-top: -5px !important;
  transition: all 0.7s ease 0s;
}
.series-main-box:hover img{
  opacity: 0.2;
}
