
/*----------------------------------------*/
/*  8.1 step css
/*----------------------------------------*/
.px-step-item {
  height: 920px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-step-area {
    margin-bottom: 100px;
  }
}
.px-step-video {
  position: absolute;
  top: 11%;
  left: 9%;
}
.px-step-video video {
  mix-blend-mode: lighten;
  filter: invert(1);
}
@media (max-width: 767px) {
  .px-step-video {
    left: -38%;
  }
}
.px-step-card {
  max-width: 530px;
  padding: 60px 60px 60px;
  margin-bottom: 250px;
  color: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-step-card {
    padding: 60px 30px 60px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .px-step-card {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .px-step-card {
    padding: 60px 30px 60px 30px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.px-step-card-badge {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 14px;
  border-radius: 27px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background:#000;
}
.px-step-card-content {
  margin-bottom: 65px;
}
.px-step-card-content span {
  font-size: 100px;
  font-weight: 500;
  line-height: 0.7;
  text-transform: uppercase;
  color: #ffffff;
  /* font-family: var(--tp-ff-thundermed); */
  margin-bottom: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .px-step-card-content span {
    font-size: 180px;
  }
}
.px-step-card-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-step-card-wrap {
    margin-top: 30px;
    margin-right: 0;
  }
}
.px-step-title {
  font-size: 65px;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 0;
  /* text-transform: uppercase; */
  color: inherit;
  /* font-family: var(--tp-ff-thundermed); */
}
@media (max-width: 767px) {
  .px-step-title {
    font-size: 50px;
  }
}
.px-step-ptb {
  padding-top: 210px;
  padding-bottom: 210px;
}
.px-step-list ul li {
  line-height: 1;
  list-style-type: none;
}
.px-step-list ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.px-step-list ul li span::before {
  content: "";
  height: 4px;
  width: 4px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #6D6868;
  transform: translateY(-3px);
}
.px-step-num {
  position: absolute;
  top: 120px;
  left: 40px;
  max-width: 510px;
}
.px-step-num span {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  /* font-family: var(--tp-ff-thunder); */
      font-family: "Moniqa", sans-serif;
    font-size: 80px;
    font-weight: normal;
}
@media (max-width: 767px) {
  .px-step-num span {
    font-size: 110px;
  }
}
.px-step-num span i {
  position: absolute;
  top: 30%;
  left: 1%;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 6px 12px;
  padding-bottom: 1px;
  font-style: normal;
  display: inline-block;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  background-color: #f6f6f6;
  color: #000;
}
.px-step-bottom {
  padding: 10px 45px;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
.px-step-bottom-text span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}
.px-step-bottom-text span.text-2 {
  display: inline-block;
  margin-left: -30px;
}
.px-step-content {
  position: relative;
  z-index: 2;
}






.px-capsule-inner {
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.px-capsule-top-wrapper .px-capsule-item-wrapper {
  position: relative;
  pointer-events: none;
  height: 650px;
  overflow: hidden;
  /* margin-top: -270px; */
}
.px-capsule-top-wrapper .px-capsule-item-wrapper > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
}
.px-capsule-item {
  font-size: 32px;
  height: 160px;
  width: 160px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F6F6F6;
  color: #000;
  overflow: hidden;
  /* font-family: var(--tp-ff-thundermed); */
}
.px-capsule-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .px-capsule-item {
    font-size: 20px;
    height: 130px !important;
    width: 130px !important;
  }
}
.px-capsule-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  display: inline-block;
  letter-spacing: -0.05em;
  color: #000;
}
.px-capsule-title {
  font-weight: 600;
  font-size: 100px;
  line-height: 0.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  font-family: var(--tp-ff-thunder);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-capsule-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-capsule-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .px-capsule-title {
    font-size: 60px;
  }
}
.px-capsule-title-wrapper {
  padding: 60px 0 0 40px;
}




.tp-clip-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}
.tp-clip-anim .tp-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.tp-clip-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}
.tp-clip-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.tp-blur-bottom {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 100px;
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
  mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

.z-22:before{
  z-index: 222;
}
.full_box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.full_box {
    width: 100%;
    height: 100%;
}
.full_box .text-center {
    width: 100%;
    height: 100%;
}
.full_box .rbg-image.tp-clip-anim {
    width: 100%;
    height: 100%;
}


.tp-split-title .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
}

.tp-clip-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}
.tp-clip-anim .tp-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.tp-clip-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}
.tp-clip-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.tp-text-revel .word,
.tp-split-title .word {
	display: inline-block !important;
	white-space: nowrap !important;
}


.ca-thumb-item p {
  margin: 0;
  font-size: 175px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  background: linear-gradient(180deg, #171717 0%, #141414 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--tp-ff-unbounded);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ca-thumb-item p {
    font-size: 125px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ca-thumb-item p {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ca-thumb-item p {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ca-thumb-item p {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .ca-thumb-item p {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ca-thumb-item p {
    font-size: 52px;
  }
}


.rbg-text-marquee {
	overflow: hidden;
	width: 100%;
}

.rbg-text-marquee .tp-text-slider-active {
	overflow: visible;
}

.rbg-text-marquee .swiper-slide {
	width: auto !important;
	flex: 0 0 auto;
}

.rbg-text-marquee .ca-text-item p {
	margin: 0;
	/* white-space: nowrap; */
	/* color: #fff; */
	/* font-size: 170px; */
}



/* Outer section clips text correctly */
.rbg-text-marquee,
.rbg-text-marquee .ca-text-slider {
	overflow: hidden;
	width: 100%;
}

/* Do not clip the moving Swiper elements */
.rbg-text-marquee .tp-text-slider-active,
.rbg-text-marquee .swiper-wrapper {
	overflow: visible !important;
}

/* Required for text marquee */
.rbg-text-marquee .swiper-slide {
	width: auto !important;
	flex: 0 0 auto;
}

.rbg-text-marquee .ca-text-item,
.rbg-text-marquee .ca-text-item p {
	width: auto;
	white-space: nowrap;
	font-family: "Moniqa", sans-serif;
	font-size: 152px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: -25px;
	color: var(--e-global-color-primary);
	 /* Color of the inside of the letters */
	 /* Thickness and color of the border */
	                      /* Makes the inner fill transparent */
	          /* Sets the thickness of the line */
	      /;
	text-transform: uppercase;
}

.rbg-text-marquee .ca-text-item p {
	margin: 0;
}


.rbg-podcast-slider {
	overflow: visible;
  position: relative;
}

.rbg-podcast-slider .swiper-slide {
	width: min(660px, 78vw);
	transition: transform 0.4s ease;
}


.rbg-podcast-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 18px;
	transition: transform 0.4s ease, border-color 0.4s ease;
}


.rbg-podcast-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.rbg-podcast-card:hover img {
	transform: scale(1.06);
}

.rbg-podcast-card-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 22px 22px;
	transform: translate(50px, 50px);
	opacity: 0;
	transition: 0.4s all linear;
	z-index: 3333333;
}

.rbg-podcast-card-overlay h3 {
	margin: 0;
	color: #fff;
	font-size: 19px;
	line-height: 1.25;
}


.rbg-podcast-slider::before {
  content: "";
  position: absolute;
  top: -2px;
  inset-inline-start: 0;
  width: 100%;
  height: 8px;
  background-color: #000000;
  -webkit-mask-image: url(/wp-content/uploads/2026/07/h6-slider-curve-1.svg);
  mask-image: url(/wp-content/uploads/2026/07/h6-slider-curve-1.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 2;
}
@media (min-width: 1921px) and (max-width: 2500px) {
  .rbg-podcast-slider::before {
    height: 60px;
  }
}
@media (min-width: 2501px) and (max-width: 3200px) {
  .rbg-podcast-slider::before {
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rbg-podcast-slider::before {
    height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbg-podcast-slider::before {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbg-podcast-slider::before {
    height: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rbg-podcast-slider::before {
    height: 20px;
  }
}
.rbg-podcast-slider::after {
  content: "";
  position: absolute;
  bottom: -1px;
  inset-inline-start: 0;
  width: 100%;
  height: -2px;
  background-color: #000;
  -webkit-mask-image: url(/wp-content/uploads/2026/07/h6-slider-curve-2.svg);
  mask-image: url(/wp-content/uploads/2026/07/h6-slider-curve-2.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 3;
}
@media (min-width: 1921px) and (max-width: 2500px) {
  .rbg-podcast-slider::after {
    height: 60px;
  }
}
@media (min-width: 2501px) and (max-width: 3200px) {
  .rbg-podcast-slider::after {
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rbg-podcast-slider::after {
    height: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbg-podcast-slider::after {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbg-podcast-slider::after {
    height: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rbg-podcast-slider::after {
    height: 20px;
  }
}



.swiper-slide.swiper-slide-active .rbg-podcast-card-overlay {
    /* opacity: 1;
    transform: translate(50px, 0px);
    transition-delay: 0.2s;*/
} 

.px-step-card-wrap .offset-xxl-8:nth-child(odd) .px-step-card {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}
.px-step-title{
    font-family: 'Moniqa' !important;
}