@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #2e0061;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  overflow-x: hidden !important;
}

img {
  width: 100%;
}

b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #2e0061;
  margin-bottom: 20px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

.bg_light_gray {
  background: #f4f4f4;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
/*Header*/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -4px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 3rem;
  padding: 22px 0;
  font-size: 21px !important;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
}

.navbar-light.sticky-top {
  position: sticky;
  box-shadow: none !important;
  width: 100%;
}

.navbar-light.sticky-nav {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.075) !important;
  background: #2e0061;
}

.hide_d {
  display: none !important;
}

.navbar-nav .dropdown-menu {
  padding: 0px;
  background: rgb(178 147 255 / 58%);
}

.dropdown-item {
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #7240df;
  color: #fff;
}

.sticky-nav .hide_d {
  display: inline-block !important;
}

.sticky-nav .hide_d img {
  width: 55%;
}

.sticky-nav .logo_color,
.sticky-nav .logo {
  display: none;
}

header .cta_button a {
  background: #7569bc;
}
.right_banner_details_block .cta_button a {
  background: #7569bc;
}
.sticky-nav .navbar-nav .dropdown-menu {
  background: #7569bc;
  border-radius: 0px;
}

header .cta_button a:hover {
  background: #3e107f;
}

.channel_logo_items img:hover {
  filter: brightness(0) invert(1);
}

/*Slider Section*/
.banner-section {
  position: relative;
  width: 100%;
  margin-top: -105px;
  overflow: hidden;
}

.banner-section img {
  width: 100%;

  display: block;
}

.slider_left_details {
  position: absolute;
  top: 8%;
  left: 0;
  transform: translate(-50%, -20%);
  color: white;
  width: 100%;
  display: flex;
}

.slider_left_details .video-wrapper {
  max-width: 100%;
  margin: 85px 0;
}

.video-wrapper iframe {
  width: 100%;
  height: 450px;
  border-radius: 15px;
}

.mohit_sir_img {
  width: 85%;
  margin: 11% 0 0 16%;
}

.left_banner_details_block h1 {
  font-size: 3rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  line-height: 3rem;
}

.video-wrapper .video-gallery {
  padding: 0px;
  gap: 0;
  border: 4px solid #000;
}

.play_grid_icon {
  background: url(../images/play_mp3_icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 30px;
  background-size: 100%;
}

.next_gen_divider {
  width: 90%;
  height: 2px;
  background: #000;
}

.bg_black {
  background: #000;
}

.video-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 0px 10px;
}

.video-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.video-thumb img.thumbnail {
  width: 100%;
  display: block;
}

.videoicons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 6px;
  display: flex;
  color: #fff;
  font-size: 59px;
  align-items: center;
  justify-content: center;
}

.video-infos {
  text-align: center;
  padding: 10px;
}

.gallery-text {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* Popup styles */
.video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(2 19 57 / 95%);
  align-items: center;
  justify-content: center;
}

.video-popup iframe {
  width: 80%;
  height: 60%;
  max-width: 800px;
  border: none;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 53px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.cta_button a {
  background: #000;
  padding: 6px 25px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  border-radius: 5px;
}

.cta_button a:hover {
  background: #563288;
}

.about_glorifying_row {
  background-image: url(../images/mic_bg.webp);
  background-position: right 20px;
  background-repeat: no-repeat;
  background-size: 18%;
}

.podcast_blocks_col {
  background: #000;
  position: relative;
  text-align: center;
  padding: 20px;
  width: 100%;
}

.white_text {
  color: #fff;
}

.podcast_blocks_col h3 {
  margin: 0px;
  position: relative;
  z-index: 1;
}

.podcast_blocks_col:hover {
  background-color: #694c91;
}

.podcast_blocks_col:hover::before {
  background: url(../images/music_wave.webp);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 100%;
}

.podcast_blocks_col:hover::after {
  background: url(../images/music_wave.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 100%;
}

.watch_all_video::after {
  background: url(../images/pattern_img.webp);
  background-position: right 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  top: -20px;
  right: -7%;
  height: 68%;
  width: 33%;
}

.watch_all_video .next_gen_divider {
  width: 77%;
}

.video_contents {
  padding: 0 20px;
  margin: 120px 0 35px;
  font-size: 18px;
  display: flex;
}

.video_contents span {
  font-weight: bold;
}

.watch_all_info_videos {
  display: inline-flex;
  width: 100%;
}

.watch_all_info_videos::before {
  content: "";
  position: absolute;
  top: 0px;
  z-index: -1;
  background: #2e0061;
  right: 0;
  height: 81%;
  width: 100%;
}

.watch_all_info_videos::after {
  content: "";
  position: absolute;
  bottom: 14%;
  z-index: -1;
  background: #000;
  left: 0;
  height: 2px;
  width: 77%;
}

.next_gen_divider_bottom {
  content: "";
  position: absolute;
  bottom: 31px;
  left: 0;
  height: 2.5px;
  width: 77%;
  background: #000;
}

.podcast_subinfo {
  width: 65%;
  margin: 0px auto;
}

.border-container .next_gen_divider {
  width: 100%;
  margin-bottom: -2px;
}

.w50 {
  width: 50% !important;
}

.channel_listing_row,
.channel_brands_info {
  width: 100%;
  clear: both;
}

.channel_logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.channel_logo_items {
  display: inline-flex;
  animation: 35s slides infinite linear;
  column-gap: 50px;
  margin-right: 50px;
}

.channel_logos:hover .channel_logo_items {
  animation-play-state: paused;
}

.channel_logo_items img {
  width: 150px;
}

.join_the_revolution_row::after {
  background: url(../images/pattern_img.webp);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 45%;
  content: "";
  position: absolute;
  top: 0px;
  right: -7%;
  height: 48%;
  width: 50%;
}

.join_revolution_data h2 {
  font-size: 5rem;
  font-weight: 900;
  text-align: center;
}

.sub_info_text {
  padding: 0 8%;
}

.sub_info_text b {
  display: block;
}

.legacy_icon_img {
  background: url(../images/legacy_icon.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  height: 100%;
  width: 26%;
  right: -12px;
  bottom: -10rem;
}

.mohit_sir_podcast_widget {
  margin: 0 0px;
}
.mohit_sir_podcast_widget .TrailerWidget_singleGridContainer__z5vlP {
  padding: 60px 40px !important;
}
.w100 {
  width: 100%;
}

.footer_wrapper_row {
  width: 100%;
  clear: both;
  padding: 5rem 0 0;
}

.stay_update_form {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 7px;
}

.form-control {
  padding: 10px;
  background: none;
  border: 2px solid #fff;
}

.submit_button_subscribe {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
  border-radius: 0px;
  border: 0px;
}

.submit_button_subscribe:hover {
  background: #fff;
  color: #000;
}

.submit_button_subscribe:focus-visible {
  background: #fff !important;
  color: #000;
  border: none !important;
  box-shadow: none !important;
}

.font_13 {
  font-size: 13px;
}

.copy_rights {
  margin: 10rem 0 0;
  display: flex;
}

.stay_update_form .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  padding: 9px;
  border: 2px solid #fff;
  margin-right: 13px;
  margin-top: 1px;
}

.stay_tuned_hastage {
  width: 100%;
  display: flex;
  column-gap: 15px;
}

ul.follow_with_social li {
  padding: 3px 0;
  color: #fff;
}

ul.follow_with_social li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.follow_us {
  margin-top: 25%;
}

.footer_end_row {
  background: #000;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.footer_social_details ul li {
  display: inline-flex;
  padding: 0 7px;
}

.footer_social_details ul li a {
  color: #fff;
  font-size: 24px;
}

.fa-music_icon {
  background: url(../images/social_music_icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  width: 46px;
  height: 30px;
  background-size: 100%;
}

.stay_tuned_text h2 {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 900;
  margin: 0;
}

.stay_tuned_text h3 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  font-weight: 300;
}

.stay_form_col .form-control:focus {
  background: none;
}

.stay_form_col .form-control {
  color: #fff;
}

.show_m {
  display: none !important;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.4s;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
.join_the_revolution_row {
  overflow-x: hidden;
}

.watch_all_video_slider .owl-nav {
  top: 33%;
}
.fixed_social_detials {
  background: #000;
}
.fixed_social_detials ul {
  padding: 0px;
  margin: 0;
}

.fixed_social_detials ul li {
  float: left;
  width: 25%;
  text-align: center;
  list-style-type: none;
  padding: 4px 0;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  font-size: 22px;
}
.fixed_social_detials ul li a {
  color: #fff;
}
.linkdin-color {
  background: #0077b5;
}
.instagram-color {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.podcast-color {
  background: linear-gradient(to right, #6d24ee, #b923e6);
}
.youtube {
  background: #f00;
}
.music-color {
  background: #000;
}
.music-color .fa-music_icon {
  height: 24px;
  background-size: 85%;
}
.fixed_social_detials {
  background: #000;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.thankyou-box {
  position: absolute;
  left: 50%;
  background: #fff;
  width: 50%;
  border: 1px solid #cecece;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 3rem;
  border-radius: 10px;
}
.thankyou-bg {
  background: #e2d8ef;
}

.thankyou-icon {
  color: #1cc500;
  font-size: 5rem;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #563288 !important;
}
/*Inner Pages*/
.inner-banner {
  position: relative;
  background: #2f005f;
  width: 100%;
  padding: 7rem 0;
  margin-top: -93px;
  overflow: hidden;
}
h1 {
  font-size: 3rem;
  font-weight: 800;
}
.font-w300 {
  font-weight: 300;
}
.heading_page {
  padding-right: 10%;
}
.pt_70 {
  padding-top: 70px;
}
.font_24 {
  font-size: 24px;
}
.about_us_row {
  background: url(../images/about_camera_focus.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 50%;
}
.heading_page {
  padding-right: 10%;
  position: relative;
  top: 50px;
}
.blue_bg {
  background: #33116a;
}
.inner_banner_details {
  margin-top: -95px;
}
.font_2rem {
  font-size: 2rem;
}

.legacy_timeline_row {
  position: relative;
  z-index: -2;
  margin-top: -1px;
  overflow: hidden;
}
.inline-block {
  max-width: 100%;
  display: inline-block;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.paragraph-large {
  letter-spacing: -0.02em;
  font-size: 20px;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
  align-items: center;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -0.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_text {
  color: #cab6ff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.timeline_circle {
  background-color: #33116a;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #ffd512;
}

.timeline_progress {
  z-index: -2;
  background: #fff;
  width: 7px;
  height: 100%;
  position: absolute;
}

.timeline_progress-bar {
  z-index: -1;
  background: #ffd512;
  background: -webkit-linear-gradient(to bottom, #b889f9, #ffd512);
  background: llinear-gradient(to bottom, #b889f9, #ffd512);

  width: 7px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.section-timeline {
  z-index: -1;

  position: relative;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_link {
  opacity: 0.6;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.inline-block {
  display: inline-block;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}
.intro_video video {
  width: 100%;
}
.text-right {
  text-align: right;
}
.time_left_side h2 {
  color: #fff;
}
.timeline_date-text {
  text-align: center;
}
.timeline_date-text img {
  width: 70%;
}
.text-left {
  text-align: left;
}

.timeline_date-text img {
  -webkit-animation: shimmy 3s infinite ease-in-out;
  animation: shimmy 3s infinite ease-in-out;
}
@-webkit-keyframes shimmy {
  0% {
    -webkit-transform: translateY(-10px); /* start left */
    transform: translateY(-10px);
  }
  40% {
    -webkit-transform: translateY(20px); /* move right */
    transform: translateY(20px);
  }
  60% {
    -webkit-transform: translateY(20px); /* hold right */
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-10px); /* back left */
    transform: translateY(-10px);
  }
}

@keyframes shimmy {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  40% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  60% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.time_line_icon2 img {
  width: 50%;
  -webkit-animation: rotate-shimmy 2s infinite linear;
  animation: rotate-shimmy 2s infinite linear;
}
.time_line_icon2 {
  text-align: center;
  margin-bottom: 30px;
}

@-webkit-keyframes rotate-shimmy {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-shimmy {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.time_line_icon img {
  width: 50%;
  -webkit-animation: up 2s infinite;
  animation: up 2s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.time_line_icon {
  text-align: left;
  margin-bottom: 30px;
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(20px, 50px);
    transform: translate(20px, 50px);
  }
}

@keyframes up {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
}

.episodes_no h2 {
  font-weight: 900;
}
.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.expanded {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
}
.view-toggle {
  cursor: pointer;
}
.view-toggle {
  color: #caadf1;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.view-toggle:hover {
  color: #fff;
}
.social_links_epeisodes {
  padding: 0px;
  margin-bottom: 0px;
}
.social_links_epeisodes li {
  display: inline-block;
  font-size: 24px;

  text-align: center;
  align-items: center;
  vertical-align: middle;

  color: #fff;
}
.social_links_epeisodes li a {
  color: #fff;
  width: 40px;
  height: 36px;
  display: inline-block;
  background: #000;
  border-radius: 5px;
}
.social_links_epeisodes .fa-music_icon {
  width: 35px;
  height: 27px;
  background-position: 0 1px;
}
.p0 {
  padding: 0px;
}
.social_links_epeisodes li a:hover {
  background: #563288;
}
.all_episodes_row {
  display: inline-block;
  width: 100%;
}
.episodes_listings {
  border-bottom: 1px solid #5e31a5;
  padding: 25px 0;
}
.inner_banner_text {
  position: absolute;
  width: 100%;
  top: 7%;
}
.text-shadow {
  text-shadow: 2px 2px 4px #000000;
}
.inner_contents {
  clear: both;
}
/*.banner_titile{ -webkit-animation: shimmy 3s infinite ease-in-out;
  animation: shimmy 3s infinite ease-in-out;}*/
.font_3rem {
  font-size: 3rem;
}
.font_900 {
  font-weight: 900;
}
.all_episodes_row {
  background-image: url(../images/mic_bg.webp);
  background-position: right 20px;
  background-repeat: no-repeat;
  background-size: 16%;
}
.bg_blue {
  background: #2e0061;
}
.logo_inner_page {
  margin: 0 0 80px;
}
.logo_inner_page img {
  width: 50%;
}
.font-4rem {
  font-size: 4rem;
}
.video_banner video {
  height: 100%;
  float: left;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  top: 0;

  width: 100%;
}
