/* ---------- font-family -------------  */
@font-face {
  font-family: graphik;
  src: url("../fonts/GraphikBlack.otf");
  font-weight: 900;
}

@font-face {
  font-family: graphik;
  src: url("../fonts/GraphikBold.otf");
  font-weight: 700;
}

@font-face {
  font-family: graphik;
  src: url("../fonts/GraphikSemibold.otf");
  font-weight: 600;
}

@font-face {
  font-family: graphik;
  src: url("../fonts/GraphikMedium.otf");
  font-weight: 500;
}

@font-face {
  font-family: graphik;
  src: url("../fonts/GraphikRegular.otf");
  font-weight: 400;
}
/*--------------------------------- ROOT-DEFINE-VALUES --------------------------------- */
:root {
  --color-lightblue: #6f69f2;
  --color-cerulean: #03b9fa;
  --color-tundora: #4d4d4d;
  --color-lighttundora: #717171;
  --color-darkblue: #00c2cb;
  --color-selago: #F1F0FE;
  --color-lightwhite: #F9F9FF;
  --font-xs: 14px;
  --font-sm: 16px;
  --font-base: 18px;
  --font-md: 20px;
  --font-lg: 24px;
  --font-2lg: 32px;
  --font-xl: 36px;
  --font-2xl: 40px;
  --font-3xl: 44px;
}

/*--------------------- DEFINE-ALL = ROOT-VALUE ------------------------------ */
.home_page .color_cerulean {
  color: var(--color-cerulean) !important;
}

.home_page .color_tundora {
  color: var(--color-tundora) !important;
}
.home_page .color_lighttundora {
  color: var(--color-lighttundora) !important;
}

.home_page .color_lightblue {
  color: var(--color-lightblue) !important;
}

.home_page .color_darkblue {
  color: var(--color-darkblue) !important;
}

.home_page .color_sky_blue {
  color: var(--color-sky-blue) !important;
}

.home_page .bg_white {
  background: var(--color-white);
}

.home_page .bg_sky_blue {
  background: var(--color-sky-blue) !important;
}

.home_page .bg_selago {
  background: var(--color-selago) !important;
}

.home_page .bg_lightwhite {
  background: var(--color-lightwhite);
}

.home_page .bg_light_blue {
  background: var(--color-lightblue);
}

/*---------------------------- DEFINE-ALL = FONT-SIZES ---------------------------- */

.home_page .font_xs {
  font-size: var(--font-xs) !important;
}

.home_page .font_sm {
  font-size: var(--font-sm) !important;
}

.home_page .font_base {
  font-size: var(--font-base) !important;
}

.home_page .font_md {
  font-size: var(--font-md) !important;
}

.home_page .font_lg {
  font-size: var(--font-lg) !important;
}
.home_page .font_2lg {
  font-size: var(--font-2lg) !important;
}

.home_page .font_xl {
  font-size: var(--font-xl) !important;
}

.home_page .font_2xl {
  font-size: var(--font-2xl) !important;
}

.home_page .font_3xl {
  font-size: var(--font-3xl) !important;
}
/* -----------------------------------COMMON-CSS-------------------------- */
html,
body {
  font-family: "Graphik" !important;
}
* {
  list-style: none !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}
.home_page .custom_container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
/* ============ back to top ====== */
.home_page .back_top_img {
  height: 40px;
  width: 40px;
}
.home_page #back-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  font-family: "poppins";
  font-weight: 800;
  background-color: #299bfa;
  border: 2px solid white;
  z-index: 1000;
}
.home_page #back-top:hover {
  transform: scale(1.1);
}
.home_page .fw_medium {
  font-weight: 500 !important;
}
.home_page .cursor_pointer {
  cursor: pointer;
}
.home_page .transition_03 {
  transition: all 300ms linear;
}
.home_page .lh_150 {
  line-height: 150%;
}
.home_page .mb_6 {
  margin-bottom: 6px;
}
.home_page .gap_10 {
  gap: 10px;
}
.home_page .transition_200 {
  transition: all 200ms linear;
}
.home_page .transition_300 {
  transition: all 300ms ease-in-out;
}
.home_page .lh_130 {
  line-height: 130%;
}
.home_page .lh_128 {
  line-height: 128%;
}


/* =================================== SLIDER CSS ============= */
/* ============== TOOLTIP ========= */
.tooltip-inner {
  background-color: white !important;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important;
  max-width: 500px;
  width: 100% !important;
  padding: 10px;
  color: black !important;
  font-weight: 500 !important;
}
.tooltip .show {
  opacity: 1 !important;
}
.tooltip {
  opacity: 1 !important;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: white !important;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-top-color: white !important;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: white !important;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: white !important;
}
.home_page .broklyn_img {
  max-width: 400px !important;
  max-height: 430px !important;
}
.home_page .brooklyn_slider_img {
  width: 40px !important;
  height: 40px !important;
}
.home_page .brooklyn_slider .slick-dotted.slick-slider {
  width: 300px !important;
  display: flex !important;
  background-color: transparent !important;
  position: absolute;
  bottom: 0%;
  left: 37%;
  z-index: 12 !important;
}
.home_page .brooklyn_slider .member-slider .slick-track {
  display: flex !important;
  gap: 8px;
}

.home_page .items-slider-container {
  margin: 0 auto;
  max-width: 1140px;
}
.home_page .brooklyn_slider .member-slider-nav .slick-slide {
  margin-left: 0px !important;
  margin-right: 0px !important;
  transition: all 0.3s linear !important;
}
.home_page .brooklyn_slider .member-slider-nav .slick-track {
  display: flex !important;
  align-items: center !important;
  height: 70px !important;
}
.home_page
  .brooklyn_slider_img_parent.slick-slide.slick-current.slick-active
  .brooklyn_slider_img {
  transform: scale(1.75) !important;
  transition: all 0.3s linear !important;
}
.home_page
  .brooklyn_slider_img_parent.slick-slide.slick-current.slick-active
  .slider_img_layer {
  background-color: transparent;
}
.home_page
  .brooklyn_slider_img_parent.slick-slide.slick-current.slick-active
  .slider_img_layer {
  background-color: transparent;
}
.home_page .brooklyn_slider .slick-dots li button:before {
  width: 22px !important;
  height: 5px !important;
  background-color: #000000 !important;
  border-radius: 12px !important;
  content: "" !important;
  color: #f1f0fe !important;
  opacity: 0.1 !important;
  transition: all 500ms linear !important;
}

.home_page .brooklyn_slider .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background-color: #6f69f2 !important;
  width: 72px !important;
}
.home_page .brooklyn_slider .slick-dots {
  bottom: -35px !important;
}
.home_page .brooklyn_slider .slick-dots li {
  width: 22px !important;
  height: 5px !important;
  margin: 0 5px;
}
.home_page .brooklyn_slider .slick-dots li.slick-active {
  width: 72px !important;
  height: 5px !important;
  margin: 0 5px;
}
/* ======== */

.home_page .slider_right_line_abs {
  position: absolute;
  right: 0;
  top: 18%;
  max-width: 115px;
}
.home_page .slider_left_line_abs {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 115px;
}
.home_page .slider_img_layer {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #6f69f2;
  opacity: 0.4;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 300ms linear;
}
.home_page .text_underline {
  position: relative;
  cursor: pointer;
  transition: all 300ms linear;
}
.home_page .text_underline:hover {
  opacity: 50%;
}
.home_page .text_underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
}
.home_page .member_para {
  max-width: 450px;
  margin-bottom: 60px;
}
.home_page .slider_img_shadow {
  box-shadow: 0px 3px 8px 0px #0000003d;
  border-radius: 14px;
}
.home_page .text_itlaic {
  font-style: italic;
}
.home_page .member_spacing {
  margin-top: 180px;
  padding-bottom: 112px;
}
.home_page .small_slider_abs {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 14 !important;
}
.home_page .arrow_circle {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 24px 0px #a6a6a659;
  border-radius: 100%;
  transition: all 300ms linear;
}
.home_page .arrow_circle:hover {
  transform: scale(1.05);
}
/* =========== POPUP CSS ========= */
/* Popup container - can be anything you want */
.home_page_popup {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.home_page_popup_box {
  visibility: hidden;
  max-width: 750px;
  width: 100%;
  border-radius: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: white;
  box-shadow: 0px 10px 31.5px -10px #6e68f2;
  max-height: 95vh;
  overflow-y: auto;
}

/* Toggle this class - hide and show the popup */
.home_page_popup .guest_show {
  visibility: visible;
  transition: all 500ms linear;
}

.home_page_popup .host_show {
  visibility: visible;
  transition: all 500ms linear;
}

.home_page_popup .both_show {
  visibility: visible;
  transition: all 500ms linear;
}

.home_page_popup .agency_show {
  visibility: visible;
  transition: all 500ms linear;
}

.home_page_cross_icon {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

.home_page_popup_video {
  max-width: 854px !important;
  max-height: 480px !important;
  width: 100%;
  height: 100%;
  box-shadow: -22px 22px 100px -52px #6f69f2, 22px -10px 80px -45px #00c2cb;
  aspect-ratio: 16/9;
}

.home_page_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999 !important;
  opacity: 0;
  transition: all 300ms linear;
  pointer-events: none;
}

.home_page_overlay_active {
  z-index: 999 !important;
  pointer-events: all;
  opacity: 100%;
}

.home_page_popup_link {
  color: #00b9ff;
  position: relative;
  transition: all 300ms linear;
}

.home_page_popup_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00b9ff;
  transition: all 300ms linear;
}

.home_page_popup_link:hover {
  opacity: 0.6;
}

/* ========= */
.home_page .slider_line_abs {
  max-width: 920px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home_page .slider_pb {
  padding-bottom: 156px;
}

.home_page .hero_slider_spacing {
  margin-top: 80px;
}

.home_page .podmatch_work_spacing {
  padding-top: 149px;
}

.home_page .how_work_left_ellipse {
  position: absolute;
  left: -12px;
  bottom: -12px;
  width: 219px;
  height: 193px;
  background-color: #04c0cf;
  opacity: 30%;
  filter: blur(100px);
}

.home_page .how_work_right_ellipse {
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 219px;
  height: 193px;
  background-color: #6f69f2;
  opacity: 60%;
  filter: blur(100px);
}

/* ========= */
.home_page .sub_heading {
  font-size: var(--font-2xl);
  line-height: 130%;
  font-weight: 600;
  color: black;
}

.home_page .sub_para {
  font-size: var(--font-sm);
  color: var(--color-tundora);
  line-height: 150%;
}

.home_page .opacity_07 {
  opacity: 0.7;
}

.home_page .text_gradient {
  background: linear-gradient(
    101.64deg,
    #00b9ff 7.34%,
    #6f69f2 44.47%,
    #10b6d0 73.06%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home_page .feature_fw {
  font-weight: 700 !important;
}

.home_page .podmatch_fw {
  font-weight: 600 !important;
}

.home_page .font_xs {
  font-size: 14px;
}

.home_page .px_12 {
  padding: 0 12px;
}

.home_page .mx-12 {
  margin-right: -12px !important;
  margin-left: -12px !important;
}

.home_page .transition_500 {
  transition: all 500ms linear;
}

/* ========== COMMON CLASSES ====== */

.home_page .generated_radius_card {
  border-radius: 32px;
}

.home_page .generated_radius_box {
  border-radius: 44px;
}

.home_page .max_w_790 {
  max-width: 790px;
}

.home_page .how_work_right_abs {
  position: absolute;
  right: 0;
  top: 3%;
}

/* ============ NAVBAR CSS ========== */
.home_page .nav_space {
  padding-top: 13px;
  padding-bottom: 13px;
}
.home_page .gap_21 {
  gap: 21px;
}
.home_page .dropdown_box {
  border: 1px solid #00000033;
  box-shadow: 0px 13px 17.1px 0px #6F69F221;
  padding: 9px 0px;
  background-color: white;
  border-radius: 16px;
  width: 221px;
}
.home_page .left_dropdown {
  left: -50%;
  top: 130%;
}
.home_page .left_dropdown {
  left: -100%;
}
.home_page .dropdown_link_padding {
  padding: 8px 12px;
  transition: all 300ms linear;
}
.home_page .dropdown_link_padding:hover {
  background-color: #00bbff13;
}
.home_page .dropdown_link {
  font-weight: 500;
  font-size: var(--font-sm);
  line-height: 24px;
  color: black;
}
.home_page .btn_login:hover {
  color: var(--color-lightblue) !important;
}
.home_page .bttn_rsg {
  color: white;
  border-radius: 57px;
  border: none;
  background-color: #6F69F2;
  padding: 9px 22.5px;
  transition: all 350ms linear;
  border: 1px solid transparent;
}
.home_page .bttn_rsg:hover {
  background-color: #fefefe;
  color: #6f69f2;
  border: 1px solid #6f69f2;
}
.home_page .bttn_nav .nav-line {
  transform: translateX(-3px);
  border: 2px solid black;
  display: flex;
  justify-content: start !important;
  align-items: start !important;
  width: 15px;
  background-color: black;
  margin-bottom: 4.5px;
  border-radius: 100px;
  z-index: 14;
}
.home_page .bttn_nav .nav-lines {
  transform: translateX(14px);
  z-index: 14;
  border: 2px solid black;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 15px;
  background-color: black;
  margin-bottom: 0;
  border-radius: 100px;
}
.home_page .bttn_nav {
  background-color: transparent;
  border: none;
}
.home_page .new_hamburger_line {
  z-index: 14;
  border: 2px solid black;
  display: flex;
  width: 30px;
  /* Full width */
  background-color: black;
  margin-bottom: 4.5px;
  border-radius: 100px;
  transform: translateX(-2px);
}
.home_page .nav_line {
  background: #e0e0e0;
  width: 100%;
  height: 2px;
}

/* =========== HERO SECTION ========= */
.home_page .hero_heading {
  max-width: 798px;
  margin-top: 70px;
}

.home_page .matching_btn {
  background: linear-gradient(
    98.91deg,
    #00b9ff 3.39%,
    #10b6d0 38.65%,
    #00c2cb 54.59%,
    #6f69f2 100%
  );
  padding: 9px 27px;
  border-radius: 57px;
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 31.5px -10px #6e68f2;
  transition: all 300ms linear;
}

.home_page .matching_btn:hover {
  transform: scale(1.05);
}

.home_page .common_btn {
  border: 1px solid #00c2cb;
  box-shadow: 0px 8px 55.9px 0px #00c2cb33;
  background-color: #fefefe;
  border-radius: 57px;
  padding: 15px 30.5px;
  transition: all 300ms linear;
  color: #00b9ff;
}

.home_page .common_btn:hover {
  border: 1px solid #6f69f2;
  box-shadow: 0px 8px 49.6px 0px #6e68f233;
  color: #6f69f2;
}

/* ==================== GENERETED SECTION CSS ================== */
.home_page .interview_76810_max_w {
  max-width: 124px;
  width: 100%;
  display: inline-block;
}

.home_page .member_10620_max_w {
  max-width: 128px;
  width: 100%;
  display: inline-block;
}

.home_page .generated_section_spacing {
  padding: 15px 0 152px 0;
}

.home_page .generated_heading_max_w {
  max-width: 900px;
}

.home_page .generated_para_bottom_spaceing {
  margin-bottom: 43px;
}

.home_page .generated_cards {
  transition: all 300ms linear;
}

.home_page .generated_cards:hover {
  transform: scale(1.03);
}

.home_page .generated_cards_box {
  padding: 30px 33.15px;
  background-color: white;
  box-shadow: 0px 4px 35.5px 0px #0000001f;
}

.home_page .gradient_text {
  background: linear-gradient(-25deg, #00b9ff 0%, #6f69f2 56%, #10b6d0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home_page .generated_cards_shadow {
  box-shadow: 0px 1.88px 7.52px 0px #0000001a;
}

.home_page .total_listner_card {
  padding: 8px;
  padding-left: 88px;
  background: linear-gradient(299.56deg, #3864a4 18.5%, #269ffb 79.72%);
  min-height: 150px;
}

.home_page .social_media_card {
  padding: 8px;
  padding-left: 88px;
  background: linear-gradient(350deg, #6f69f2 31.55%, #269ffb 70.21%),
    linear-gradient(342.13deg, #6f69f2 31.55%, #269ffb 70.21%);
  min-height: 150px;
}

.home_page .email_messages_card {
  min-height: 323px;
  background-image: url("/assets/images/webp/adminstration-bg.webp");
  background-position: center;
  background-size: 100% 100%;
  padding: 37.32px 71px 37.25px 46.71px;
}

.home_page .serieous_podcaster_card {
  padding: 8px;
  background: linear-gradient(0deg, #0b0b0b, #0b0b0b);
  min-height: 150px;
}

.home_page .serious_blur_abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  filter: blur(10px);
  border-radius: 100%;
  z-index: -1;
}

.home_page .serieous_podcaster_icon_abs {
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
}

.home_page .logo_abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_page .help_icon_abs {
  position: absolute;
  right: 24px;
  top: 25px;
}

.home_page .generated_icon_sizes {
  width: 75px;
  height: 75px;
}

.home_page .help_icon_size {
  width: 28px;
  height: 28px;
}

.home_page .gradient_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home_page .ellipse_1 {
  width: 610px;
  height: 390px;
  background-color: #00c2cb;
  opacity: 0.3;
  filter: blur(100px);
  position: absolute;
  top: -25px;
  left: -131px;
  z-index: 0;
}

.home_page .ellipse_2 {
  width: 214px;
  height: 133px;
  background-color: #00c2cb;
  opacity: 0.3;
  filter: blur(100px);
  position: absolute;
  top: -25px;
  right: -83px;
  z-index: 2;
}

.home_page .ellipse_3 {
  width: 548px;
  height: 221px;
  background-color: #00c2cb;
  opacity: 0.3;
  filter: blur(100px);
  position: absolute;
  bottom: -25px;
  right: -83px;
  z-index: 2;
}

/* ==================== POWERED BY ============== */
.home_page .powered_line_abs {
  position: absolute;
  left: 0;
  bottom: -14%;
  width: 115px;
}

.home_page .powered_by_spacing {
  padding-top: 95px;
  padding-bottom: 70px;
}

.home_page .powered_by_box {
  background: linear-gradient(133.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
  box-shadow: 0px 4px 40px 0px #01baff66;
}

.home_page .powered_by_para_w {
  max-width: 793px;
}

.home_page .slide_container {
  width: calc(203 * 14);
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;

  &:hover {
    animation-play-state: paused;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-203px * 7));
    transform: translateX(calc(-203px * 7));
  }
}

.home_page .slide_container2 {
  width: calc(203 * 14);
  -webkit-animation: logo 20s linear infinite;
  animation: logo 20s linear infinite;

  &:hover {
    animation-play-state: paused;
  }
}

@-webkit-keyframes logo {
  0% {
    -webkit-transform: translateX(calc(-203px * 7));
    transform: translateX(calc(-203px * 7));
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.home_page .logo_gap {
  gap: 25px;
}

.home_page .logo_sizes {
  width: 178px;
  height: 80px;
}

.home_page .logo_radius {
  border-radius: 15.29px;
}

.home_page .logo_hover {
  transition: all 300ms linear;
}

.home_page .logo_hover:hover {
  transform: scale(1.05);
}
/* DEFINE HOW IT WORKS SECTION */
.home_page .how_it_works_images {
  border-radius: 14px;
  box-shadow: 2.78px 62.63px 65.97px -20.88px #0000001a;
  border: 1.39px solid #6f69f22b;
  max-width: 513px;
}

.home_page .text_img {
  max-width: 124px;
}
.home_page .text_img_abs {
  top: -40px;
}

.home_page .how_it_works_heading {
  line-height: 140%;
}

.home_page .content_box {
  max-width: 539px;
}

.home_page .z_1 {
  z-index: 1;
}

.home_page .how_it_works_spacing {
  padding-top: 140px;
}

.home_page .how_it_work_line {
  max-width: 100px;
  top: 57%;
  z-index: 0;
}

/* ============= */
.home_page .bg_impactful_card {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 50%,
    #ebecef 50%
  );
}

.home_page .impactful_card {
  max-width: 1140px;
  width: 100%;
  background: linear-gradient(133.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
  border: 4px solid white;
  border-radius: 32px;
  min-height: 318px;
  box-shadow: 0px 12px 30px 0px #706af34d;
  padding: 54.5px 36px;
}

.home_page .gradient_btn {
  border: 1px solid #ffffff;
  background: linear-gradient(102.79deg, #00c2cb 2.64%, #01baff 98.35%);
  border-radius: 57px;
  padding: 16px 28px;
}

.home_page .gradient_btn:hover {
  transform: scale(1.05);
}

.home_page .card_p {
  padding: 0px 12px;
}
/* ================== PRICING SECTION TABS CSS ========== */
/* Change background color of buttons on hover */
.home_page .pricing_tab .tab button:hover {
  border: 1px solid var(--color-lightblue);
  background-color: var(--color-lightblue) !important;
  color: white !important;
  opacity: 60%;
}

/* Create an active/current tablink class */
.home_page .pricing_tab .tab button.active {
  border: 1px solid var(--color-lightblue);
  background-color: var(--color-lightblue) !important;
  color: white !important;
  opacity: 1 !important;
}

/* Style the tab content */
.home_page .pricing_tab .tabcontent {
  display: none;
}
.home_page .plan_box_border {
  border: 1px solid #d4d4d4;
  border-radius: 12px;
}
.home_page .plan_box {
  padding: 28px 28px 32px 28px;
}
.home_page .chosse_plan_btn {
  border: 0;
  background: linear-gradient(133.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
  padding: 2px;
  border-radius: 8px;
  transition: all 300ms linear;
}
.home_page .chosse_plan_btn:hover {
  transform: scale(1.05);
}
.home_page .chosse_plan_btn span {
  background-color: white !important;
}
.home_page .detail_box {
  padding: 20px 16px 27px 25px;
}
.home_page .detail_max_w {
  max-width: 376px;
}
.home_page .detail_mb {
  margin-bottom: 10px;
}
.home_page .gradient_btn_radius {
  border-radius: 8px;
}
.home_page .btn_padding {
  padding: 15px;
}
.home_page .col_spacing {
  margin-bottom: 34px;
}
.home_page .prcing_section_spacing {
  padding-top: 154px;
}
.home_page .agency_max_w {
  max-width: 465px;
  width: 100%;
}
.home_page .pricing_box_border {
  padding: 2px;
  background: linear-gradient(
    99.76deg,
    #00b9ff 34.35%,
    #6f69f2 64.82%,
    #10b6d0 88.28%
  );
  box-shadow: -22px 22px 100px -52px #6f69f299, 22px -23px 100px -52px #00c2cb99;
}

.home_page .pricing_box {
  padding-left: 94px;
  padding-right: 94px;
  padding-top: 60px;
  padding-bottom: 82px;
}

.home_page .max_width_pricing {
  max-width: 952px;
}

.home_page .pricing_button {
  border: 1px solid #6f69f233;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 66px;
}

.home_page .pricing_button:hover {
  border: 1px solid var(--color-lightblue);
  background-color: var(--color-lightblue) !important;
  color: white !important;
}

.home_page .pricing_card {
  border: 1px solid #d9d9d9;
  border-radius: 32px;
  box-shadow: 0px 2px 75.9px -10px #0000001a;
}

.home_page .pricing_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(133.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
  transition: all 300ms ease-in-out;
}

.home_page .pricing_card:hover::after {
  background: linear-gradient(133.83deg, #00b9ff 3.77%, #6f69f2 81.07%);
  left: 0;
}

.home_page .pricing_card:hover {
  border: 1px solid #ededed;
}

.home_page .pricing_card:hover p {
  -webkit-text-stroke: 1px white;
  text-stroke: 0px white;
  /* Standard syntax */
  color: white !important;
}

.home_page .pricing_card:hover svg path,
.home_page .pricing_card:hover svg g path {
  fill: var(--color-lightblue);
}

.home_page .pricing_card:hover .svg_color {
  fill: white;
}
.home_page .pricing_card svg path,
.home_page .pricing_card svg g path {
  transition: all 500ms linear;
}
.home_page .money_black_card {
  border: 1px solid #ededed;
  background: #f9f9ff;
  border-radius: 32px;
}

.home_page .money_black_img {
  max-width: 99px;
}

.home_page .link_click:hover {
  color: var(--color-lightblue) !important;
}

.home_page .who_left_rounded_img {
  position: absolute;
  left: 0;
  max-width: 115px;
  bottom: -45%;
  z-index: -1;
}

.home_page .who_on_shadow_box {
  width: 666px;
  height: 280px;
  top: 220px;
  right: 40px;
  opacity: 20%;
  filter: blur(50px);
  background-color: #00c2cb;
}

.home_page .who_on_shadow_box_second {
  width: 263px;
  height: 326px;
  top: 40px;
  opacity: 20%;
  filter: blur(60px);
  background-color: #01baff;
}

.home_page .pricing_shadow_box {
  width: 219px;
  height: 386px;
  top: 170px;
  border-radius: 30%;
  opacity: 30%;
  left: -60px;
  filter: blur(63px);
  background-color: #6f69f2;
}

.home_page .pricing_shadow_box_second {
  width: 307.24px;
  height: 195.86px;
  bottom: -60px;
  border-radius: 30%;
  opacity: 30%;
  right: -60px;
  filter: blur(133px);
  background-color: #00b9ff;
  transform: rotate(-90deg);
}

.home_page .line_image {
  max-width: 913px;
}

.home_page .white_line_box {
  width: 292px;
  height: 55.58px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 89.98%
  );
  z-index: 1;
}

.home_page input[type="radio"] {
  display: none;
}

.home_page .tab {
  height: 44px;
  width: 144px;
  cursor: pointer;
  transition: color 0.15s ease-in;
  position: relative;
}

.home_page input[id="radio-1"] {
  &:checked {
    & ~ .glider {
      transform: translateX(0);
    }
  }
}

.home_page input[type="radio"] {
  &:checked {
    & + label {
      color: white !important;
      font-weight: 500 !important;
    }
  }
}

.home_page input[type="radio"]:not(:checked) + label {
  background-color: var(--color-selago);
  transition: 400ms ease-in;
  color: #4d4d4d;
}

.home_page input[id="radio-2"] {
  &:checked {
    & ~ .glider {
      transform: translateX(100%);
      margin-left: 12px;
    }
  }
}

.home_page .button_space {
  margin-left: 12px;
}

.home_page .glider {
  height: 44px;
  width: 144px;
  transition: 300ms ease-out;
}

.home_page .star_img {
  max-width: 30px;
}

.home_page .silder_data {
  max-width: 1224px;
  width: 100%;
  overflow: hidden;
}

.home_page .slide_btn {
  text-align: center;
  box-sizing: border-box;
  opacity: 30% !important;
}

.home_page .slide_container_img {
  max-width: 933px;
  max-height: 538px;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  box-shadow: -22px 22px 100px -52px #6f69f2, 22px -10px 80px -45px #00c2cb;
  border: 2px solid var(--color-lightblue);
  border-radius: 24px;
}

.home_page .dashboard .slick-current {
  opacity: 100% !important;
}
.home_page .dashboard .slider-nav .slick-slide.slick-current:hover {
  opacity: 1 !important;
}
.home_page .dashboard .slider-nav .slick-slide:hover {
  opacity: 0.6 !important;
}

.home_page .dashboard .slider-nav .slick-slide {
  transition: all 300ms linear;
  cursor: pointer;
}

.home_page .white_layer_start {
  height: 60px;
  z-index: 100;
}

.home_page .white_layer {
  height: 60px;
  width: 40px;
  z-index: 400;
}
.home_page .right_4 {
  right: -4px;
}
.home_page .white_layer_start img {
  width: 200px;
  height: 60px;
  background-color: white;
  opacity: 0.85;
}
.home_page .slider_img_blur {
  width: 285px;
  height: 182px;
  rotate: 105deg;
  opacity: 30%;
  background-color: #00b9ff;
  position: absolute;
  right: -10px;
  bottom: 15%;
  filter: blur(50px);
}
.home_page .slider_img_blur2 {
  width: 285px;
  height: 182px;
  rotate: 105deg;
  opacity: 30%;
  background-color: #00b9ff;
  position: absolute;
  left: -30px;
  top: 5%;
  filter: blur(50px);
}
.home_page .start_2 {
  left: -2px;
}
.home_page div ::-webkit-scrollbar {
  display: none;
}
.home_page .tab_shadow {
  box-shadow: 0px 7px 19.7px 0px #00000029;
}

.home_page .rounded_84 {
  border-radius: 84px;
}

.home_page .rounded_50 {
  border-radius: 50px;
}

.home_page .tab_card {
  border-radius: 28px;
  box-shadow: 0px 2px 75.9px 0px #0000001a;
}

.home_page .tab_card:hover {
  scale: 1.02;
}

.home_page .rounded_44 {
  border-radius: 44px;
}

.home_page .rounded_42 {
  border-radius: 42px;
}
.home_page .p_10 {
  padding: 10px;
}
.home_page .pt_6 {
  padding-top: 6px;
}
.home_page .py_13 {
  padding-top: 13px;
  padding-bottom: 13px;
}
/*============================ footer =============================*/
.home_page .footer_padding {
  padding: 52px 0px 0px 0px;
}
.home_page .footer_bg {
  background: #ebecef;
}
.home_page .footer_logo {
  max-width: 227px !important;
}
.home_page .footer_para {
  max-width: 324px;
}
.home_page .footer_links {
  margin-top: 14px !important;
}
.home_page .links_hov {
  transition: all 300ms linear;
}

.home_page .links_hov:hover {
  color: var(--color-lightblue) !important;
}

.home_page .links_hov:hover img {
  scale: 1.2;
}
.home_page .border_top {
  border-top: 2px solid #6F69F21A;
}
.home_page .footer_icons_gap {
  gap: 19px;
}
.home_page .footer_icon {
  width: 32px;
  height: 32px;
  transition: all 300ms linear;
}

.home_page .footer_icon:hover {
  transform: translateY(-5px);
  scale: 1.1;
}
.home_page .w_24 {
  width: 24px !important;
}

.home_page .max_w_207 {
  max-width: 207px !important;
}

.home_page .footer_line_abs {
  position: absolute;
  top: -35%;
  left: 0;
  max-width: 115px;
}

/* ========== MEDIA QURIES ======== */
@media (max-width: 1339.98px) {
  .home_page .pricing_shadow_box_second {
    right: 0px;
  }
}
@media (max-width: 1279.98px) {
  .home_page .total_listner_card {
    padding-left: 8px;
  }

  .home_page .social_media_card {
    padding-left: 8px;
  }
  
}
@media (max-width: 1199.98px) {
  .home_page .works_text_icon {
    bottom: 60%;
  }

  .home_page .how_it_works_spacing {
    padding-top: 160px;
  }
  .home_page .brooklyn_slider .slick-dotted.slick-slider {
    left: 45%;
    bottom: -10%;
  }
  .home_page .small_slider_abs {
    bottom: -1%;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  :root {
    --font-base: 16px;
    --font-lg:20px;
    --font-2lg: 28px;
    --font-xl: 32px;
    --font-3xl: 38px;
  }
  .home_page .custom_container {
    max-width: 754px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home_page .nav_bar {
    position: fixed;
    top: 0 !important;
    left: -100%;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    background-color: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 300ms linear;
  }
  .home_page .footer_para {
    max-width: 378px;
  }
  .home_page .pricing_box {
    padding: 50px 30px;
  }

  .home_page .white_line_box {
    width: 228.66px;
    height: 39.94px;
  }

  .home_page .slide_container_img {
    border-radius: 16px;
    max-height: 412px;
  }

  .home_page .button_space {
    margin-left: 10px;
  }

  .home_page .tab_card,
  .home_page .pricing_card {
    border-radius: 16px;
  }
  .home_page .slider_img_blur {
    width: 250px;
    height: 158px;
    filter: blur(30px);
    bottom: 23%;
    right: -20%;
  }
  .home_page .slider_img_blur2 {
    width: 250px;
    height: 158px;
    filter: blur(30px);
    top: 5%;
    left: -13%;
  }
  .home_page .white_layer_start img {
    width: 200px;
    filter: blur(60px);
  }
  .home_page .money_black_card {
    border-radius: 16px;
  }
  .home_page .tab_card_px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .home_page .slide_container_img {
    box-shadow: -16.86px 16.86px 76.63px -39.85px #6f69f2,
      16.86px -17.63px 48.63px -39.85px #00c2cb;
  }
  .home_page .detail_box {
    padding: 16px;
  }
  .home_page .detail_max_w {
    max-width: 100%;
  }
  .home_page .plan_box {
    padding: 16px;
  }
  .home_page .btn_padding {
    padding: 10px;
  }
  .home_page .small_slider_abs {
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .home_page .brooklyn_slider .slick-dotted.slick-slider {
    left: 58%;
    bottom: -13%;
  }
  .home_page .broklyn_img {
    max-width: 349px !important;
    max-height: 380px !important;
  }
  .home_page .slider_right_line_abs {
    position: absolute;
    right: 0;
    top: 57%;
    max-width: 115px;
  }
  .home_page .member_spacing {
    margin-top: 180px;
    padding-bottom: 250px;
  }

  .home_page .generated_radius_card {
    border-radius: 12px;
  }

  .home_page .generated_radius_box {
    border-radius: 20px;
  }

  .home_page .generated_para_bottom_spaceing {
    margin-bottom: 50px;
  }

  .home_page .generated_cards_box {
    padding: 16px;
    background-color: white;
  }

  .home_page .generated_section_spacing {
    padding: 0 0 150px 0;
  }

  .home_page .generated_icon_sizes {
    width: 60px;
    height: 60px;
  }

  .home_page .help_icon_size {
    width: 20px;
    height: 20px;
  }

  .home_page .help_icon_abs {
    right: 16px;
    top: 16px;
  }

  .home_page .pe_8 {
    padding-right: 8px !important;
  }

  .home_page .ps_8 {
    padding-left: 8px !important;
  }

  .home_page .email_messages_card {
    background-image: url("/assets/images/webp/adminstration-bg.webp");
    background-position: center;
    background-size: 100% 100%;
    padding: 24px 8px 24px 8px;
    min-height: 296px;
  }

  .home_page .serieous_podcaster_card {
    padding-left: 100px;
    min-height: 140px;
  }

  .home_page .total_listner_card {
    padding: 14px !important;
    min-height: 140px;
  }

  .home_page .social_media_card {
    padding: 14px !important;
    min-height: 140px;
  }

  .home_page .serieous_podcaster_icon_abs {
    left: 16px;
  }

  .home_page .ellipse_3 {
    width: 299px;
    height: 121px;
    bottom: -25px;
    right: 0px;
    opacity: 1;
  }

  .home_page .impactful_card {
    padding: 76px 25px;
  }

  .home_page .powered_line_abs {
    bottom: -70%;
    width: 97px;
  }

  .home_page .left-0 {
    left: 0;
  }

  .home_page_overflow_hidden {
    overflow: hidden !important;
    height: 100vh;
  }

  .home_page .powered_by_spacing {
    padding-top: 60px;
    padding-bottom: 79px;
  }

  .home_page .d_none {
    display: none;
  }

  .home_page .slider_pb {
    padding-bottom: 122px;
  }

  .home_page .hero_slider_spacing {
    margin-top: 60px;
  }

  .home_page .px_8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .home_page .powered_by_para_w {
    max-width: 631px;
  }

  .home_page .podmatch_fw {
    font-weight: 700 !important;
  }

  .home_page .feature_fw {
    font-weight: 600 !important;
  }
  .home_page .how_it_works_images {
    max-width: unset;
  }

  .home_page .how_it_work_line {
    max-width: 60px;
    top: 55%;
  }

  .home_page .text_img {
    max-width: 87px;
    height: 70px;
  }

  .home_page .pricing_container {
    max-width: 814px !important;
  }
}

@media (max-width: 767.98px) {
  :root {
    --font-md: 18px;
    --font-xl: 30px;
    --font-2xl: 40px;
    --font-3xl: 36px;
  }
  .home_page .pricing_box {
    padding: 40px 20px;
  }

  .home_page .rounded_sm_16 {
    border-radius: 16px;
  }

  .home_page .money_black_img {
    max-width: 80px;
  }

  .home_page .prcing_section_spacing {
    padding-top: 100px;
  }

  .home_page .max_width_card,
  .home_page .pricing_card {
    max-width: 400px;
  }

  .home_page .slide_container_img {
    border-radius: 8px;
  }

  .home_page .white_layer_start img {
    max-width: 80px;
    opacity: 0.8;
  }
  .home_page .plan_box_max_w {
    max-width: 400px;
  }
  .home_page .col_spacing {
    margin-bottom: 0px;
  }
  .home_page .slider_pb {
    padding-bottom: 40px;
  }

  .home_page_popup_box {
    width: 90%;
    max-width: unset;
  }
  .home_page .brooklyn_slider .slick-dotted.slick-slider {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20%;
  }
  .home_page .small_slider_abs {
    bottom: -214px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 575.98px) {
  :root {
    --font-sm: 14px;
    --font-base: 16px;
    --font-md: 18px;
    --font-lg: 20px;
    --font-2lg: 24px;
    --font-xl: 26px;
    --font-2xl: 28px;
    --font-3xl: 30px;
  }
  .home_page .nav_space {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .home_page .sm_logo_size {
    width: 145px;
    height: 28px;
  }
  .home_page .back_top_img {
    height: 35px;
    width: 35px;
  }
  .home_page #back-top {
    right: 12px;
    bottom: 12px;
  }
  .home_page .pricing_box {
    padding: 40px 10px;
  }

  .home_page .pricing_button {
    font-size: 12px !important;
  }

  .home_page .money_black_img {
    max-width: 76px;
  }

  .home_page .white_line_box {
    width: 107.14px;
    height: 18.71px;
  }

  .home_page .slide_container_img {
    max-height: 193px;
  }

  .home_page .white_layer_start img {
    max-width: 50px;
  }

  .home_page .tab_card {
    max-width: 335px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home_page .who_on_shadow_box {
    width: 220px;
    top: 220px;
    left: 0;
  }
  .home_page .slider_img_blur {
    width: 161px;
    height: 102px;
    filter: blur(30px);
    bottom: 25%;
    right: -10%;
  }
  .home_page .slider_img_blur2 {
    width: 161px;
    height: 102px;
    filter: blur(30px);
    top: 8%;
    left: -15%;
  }
  .home_page .slide_container_img {
    box-shadow: -7.9px 7.9px 30.91px -18.67px #6f69f2,
      7.9px -8.26px 30.91px -18.67px #00c2cb;
  }
  .home_page .member_spacing {
    margin-top: 100px;
    padding-bottom: 230px;
  }
  .home_page .broklyn_img {
    width: 100%;
  }
  .home_page .brooklyn_slider .slick-dotted.slick-slider {
    bottom: -16%;
  }
  .home_page .small_slider_abs {
    bottom: -27%;
  }

  .home_page .member_spacing {
    margin-top: 180px;
    padding-bottom: 210px;
  }
  .tooltip-inner {
    max-width: 250px !important;
    font-size: 12px !important;
    padding: 8px !important;
  }
  .home_page .generated_para_bottom_spaceing {
    margin-bottom: 24px;
  }

  .home_page .generated_cards_box {
    padding: 20px 10px;
    background-color: white;
  }

  .home_page .generated_section_spacing {
    padding: 42px 0 100px 0;
  }

  .home_page .generated_icon_sizes {
    width: 40px;
    height: 40px;
  }

  .home_page .total_listner_card {
    padding: 14px;
    min-height: 122px;
  }

  .home_page .social_media_card {
    padding: 14px;
    min-height: 122px;
  }

  .home_page .email_messages_card {
    padding: 14px;
    padding-right: 30px;
    min-height: 260px;
  }

  .home_page .serieous_podcaster_card {
    padding: 14px;
    padding-left: 70px;
    min-height: 122px;
  }

  .home_page .pe_8 {
    padding-right: 0px !important;
  }

  .home_page .ps_8 {
    padding-left: 0px !important;
  }

  .home_page .podmatch_icon_size {
    width: 34px;
    height: 34px;
  }

  .home_page .serieous_podcaster_icon_abs {
    left: 14px;
  }

  .home_page .generated_radius_box {
    border-radius: 16px;
  }

  .home_page .logo_gap {
    gap: 12px;
  }

  .home_page .logo_sizes {
    width: 88px;
    height: 39px;
  }

  .home_page .logo_radius {
    border-radius: 7.54px;
  }

  .home_page .slide_container {
    width: calc(100 * 14);
  }

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-100px * 7));
      transform: translateX(calc(-100px * 7));
    }
  }

  .home_page .slide_container2 {
    width: calc(100 * 14);
  }

  @-webkit-keyframes logo {
    0% {
      -webkit-transform: translateX(calc(-100px * 7));
      transform: translateX(calc(-100px * 7));
    }

    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .home_page .powered_by_spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home_page .impactful_card {
    padding: 60px 20px;
  }

  .home_page .powered_line_abs {
    bottom: -42%;
    width: 50px;
  }

  .home_page .hero_heading {
    margin-top: 60px;
  }

  .home_page .slider_pb {
    padding-bottom: 80px;
  }

  .home_page .end_2 {
    right: -2px !important;
  }

  .home_page .hero_slider_spacing {
    margin-top: 100px;
  }

  .home_page .podmatch_work_spacing {
    padding-top: 100px;
  }

  .home_page .how_work_left_ellipse {
    width: 101px;
    height: 89px;
  }

  .home_page .how_work_right_ellipse {
    width: 101px;
    height: 89px;
    filter: blur(50px);
  }

  .home_page .slider_line_abs {
    bottom: 0%;
  }

  .home_page .logo_abs {
    top: 47%;
  }

  .home_page .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .home_page .px_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .home_page .justify_between {
    justify-content: center;
  }

  .home_page .interview_76810_max_w {
    width: 87px;
    display: inline-block;
  }

  .home_page .member_10620_max_w {
    width: 89px;
    display: inline-block;
  }

  .home_page .px_0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .home_page_cross_icon {
    position: absolute;
    right: 8px;
    top: 8px;
    height: 16px !important;
    width: 16px !important;
  }
  .home_page .how_it_works_spacing {
    padding-top: 120px;
  }

  .home_page .purple_arrow {
    width: 16px;
    height: 16px;
  }

  .home_page .how_it_works_images {
    box-shadow: 1.31px 29.56px 31.14px -9.85px #0000001a;
  }
}

@media (max-width: 425px) {
  .home_page .slider_line_abs {
    bottom: 5%;
  }

  .home_page .justify_between {
    justify-content: space-between;
  }

  .home_page .slider_text {
    font-size: 10px !important;
  }

  .home_page .slider_icon {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home_page .my_container {
    max-width: 738px;
  }

  .home_page .gradient_line {
    bottom: 0;
    width: auto;
  }
}
