/* podcast custom css */
.rl_podcast {
  background-color: #F9EFEF;
  padding: 115px 0 130px;
}
.rl_podcast .rl_title h2 {
  margin-top: -32px;
}
.rl_podcast .btn-red-sim {
  width: 233px;
}
.rl_podcast p {
  color: #333333;
  opacity: 0.7;
  font-weight: 500;
  padding: 35px 100px 42px 0px;
  margin-bottom: 0;
}
.rl_podcast .rl_podcast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.rl_podcast .rl_podcast-grid .rl_podcast-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.rl_podcast .rl_podcast-grid .rl_podcast-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rl_podcast .rl_podcast-content {
  margin-top: 15px;
}
.rl_podcast .rl_podcast-cat span {
  color: #333;
  opacity: 0.5;
  margin-bottom: 2px;
}
.rl_podcast h3 {
  line-height: 21px;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
  color: #333333;
  transition: all 0.5s;
}
.rl_podcast h3:hover {
  color: #CF3232;
}
.rl_podcast a.rl_podcast-btn {
  color: #333333;
  font-size: 12px;
  border: 1px solid #828282;
  padding: 8px 13px;
  border-radius: 6px;
}
.rl_podcast a.rl_podcast-btn img, .rl_podcast a.rl_podcast-btn svg {
  margin-right: 10px;
  transition: all 0.5s;
}
.rl_podcast a.rl_podcast-btn:hover {
  border-color: #CF3232;
  color: #CF3232;
}
.rl_podcast a.rl_podcast-btn:hover svg {
  transition: all 0.5s;
}
.rl_podcast a.rl_podcast-btn:hover svg path {
  transition: all 0.5s;
  fill: #CF3232;
}
.rl_podcast .rl_podcast-btn {
  max-width: -moz-max-content;
  max-width: max-content;
}

@media (max-width: 1440px) {
  .rl_podcast {
    padding: 95px 0 110px;
  }
  .rl_podcast .rl_podcast-grid {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .rl_podcast {
    padding: 85px 0 100px;
  }
  .rl_podcast .rl_podcast-grid {
    gap: 30px;
  }
  .rl_podcast .rl_title {
    margin-bottom: 35px;
  }
  .rl_podcast .rl_title h2 {
    margin-top: -25px;
  }
  .rl_podcast p {
    padding: 35px 50px 35px 0px;
  }
  .rl_podcast .btn-red-sim {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .rl_podcast {
    padding: 75px 0 90px;
  }
  .rl_podcast p {
    padding: 35px 0 35px 0px;
  }
  .rl_podcast .row .col-5, .rl_podcast .row .col-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .rl_podcast {
    padding: 65px 0 50px;
  }
  .rl_podcast p {
    padding: 20px 0 15px 0px;
  }
}
@media (max-width: 575px) {
  .rl_podcast .rl_podcast-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .rl_podcast .rl_podcast h3 {
    margin-bottom: 12px;
  }
}



/* Registration now open custom css */
.rl_reg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 134px 0;
}
.rl_reg .rl_reg-wrap {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  text-align: center;
  max-width: 700px;
  padding: 100px 20px 250px;
  margin: 0 auto;
}
.rl_reg .rl_reg-wrap .swiper-pagination {
  bottom: 95px;
}
.rl_reg .rl_reg-wrap .swiper-pagination-bullet {
  width: 52px;
  height: 6px;
  border-radius: 0;
}
.rl_reg .rl_reg-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
  transition: all 0.5s;
  margin: 0 10px;
}
.rl_reg h5 {
  border: 1px solid #ffffff;
  padding: 6px 22px 13px;
  font-weight: 400;
  display: inline-block;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
.rl_reg .rl_reg-daye-city {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  margin-top: 20px;
}
.rl_reg .rl_reg-daye-city h6 {
  font-family: "Outfit", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 400;
  position: relative;
  padding: 0 24px;
}
.rl_reg .rl_reg-daye-city h6:first-child:after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
}
.rl_reg .rl_reg-daye-city h6 span {
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  font-size: 23px;
}

@media (max-width: 1366px) {
  .rl_reg {
    padding: 120px 0;
  }
  .rl_reg .rl_reg-wrap {
    padding: 100px 20px 200px;
  }
  .rl_reg .rl_reg-daye-city {
    margin-bottom: 50px;
  }
  .rl_reg .rl_reg-daye-city h6 span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .rl_reg {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .rl_reg {
    padding: 60px 0;
  }
  .rl_reg .rl_reg-wrap {
    padding: 80px 20px 150px;
  }
  .rl_reg .rl_reg-wrap .swiper-pagination {
    bottom: 40px;
  }
  .rl_reg .rl_reg-daye-city h6 {
    padding: 0 14px;
  }
  .rl_reg .rl_reg-daye-city h6 span {
    font-size: 16px;
  }
}
@media (max-width: 482px) {
  .rl_reg .rl_reg-wrap {
    padding: 40px 20px 80px;
  }
  .rl_reg .rl_reg-wrap .swiper-pagination {
    bottom: 25px;
  }
  .rl_reg .rl_reg-daye-city {
    display: block;
  }
  .rl_reg .rl_reg-daye-city h6 {
    justify-content: center;
  }
  .rl_reg .rl_reg-daye-city h6:first-child:after {
    content: none;
  }
}

/*niraj */

.wp-block-verified-real-leaders-registration-now-open .rl_reg {
   background-attachment: fixed;
}

.page-id-220 .wp-block-verified-real-leaders-story-podcast .share-your-story .btn-black-red{
	font-family: "Abolition Test", sans-serif;
	color: #CF3232;
}
.wp-block-verified-real-leaders-podcasts-layout-2 .podcast-section .grid-my .card {
    border-radius: 20px;
    border: none;
}
.wp-block-verified-real-leaders-video-block .video-container {
	margin:20px auto;
}

.podcast-section .btn.btn-red:hover svg {
    transition: all 0.5s;
    fill: #ffffff !important;
}
.wp-block-verified-real-leaders-podcasts-layout-2 .podcast-section .inner p{
	color: #000000;
}
.wp-block-verified-real-leaders-story-block .story_page .story_post .img-div img {
    height: auto;
    width: auto;
}
@media only screen and (max-width: 1024px) {
	.page-id-220 .wp-block-verified-real-leaders-video-block {
		padding: 0 50px;
		margin-bottom: 30px;
	}
	.page-id-220 .heading-div{
		width: 60%;
	}
	.page-id-220 .wp-block-verified-real-leaders-podcasts-layout-2 .podcast-section a.btn.btn-red svg{
		width: 20px;
	}
	
}
@media only screen and (max-width: 767px) {
     .page-id-220 .wp-block-verified-real-leaders-story-podcast .share-your-story p {
       margin: 15px 0 30px;
    }
	.page-id-220 .wp-block-verified-real-leaders-video-block {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.page-id-220 .btn.btn-black-red span{
		margin-right: 0px;
	}
	.wp-block-verified-real-leaders-podcasts-layout-2 .podcast-section .grid-my .card img {
        height: 100%;
    }
	.page-id-220 .heading-div{
		width: 100%;
	}
}