.stepper-slider .swiper {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

.stepper-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
  background: #040D17;
  border-radius: 60px;
  padding: 120px;
  height: 80vh;
  gap: 100px;
}

.stepper-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: 0.5s;
}

.stepper-slider .swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  left: 20px;
  right: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100px;
}

.stepper-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #D9D9D9;
  opacity: 0.4;
  border-radius: 50%;
}

.stepper-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition: 0.5s;
}

.stepper-slider .swiper-pagination-bullet .imgsrc {
  width: 70px;
  height: 70px;
  background: #d1e2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px dashed #70707080;
  transition: 0.5s;
}

.stepper-slider .swiper-pagination-bullet .imgsrc img {
  width: 27px;
}

.stepper-slider .swiper-pagination-bullet .stepTitle-text {
  font-family: var(--givonic_black);
  font-size: 18px;
  line-height: 22px;
  color: #252b33;
  margin-top: 10px;
  text-align: center;
  text-transform: capitalize;
}

.stepper-slider .stepprslider-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.stepper-slider .stepTitle-heading {
  font-size: 70px;
    line-height: 68px;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

.stepper-slider .strongSpan {
 font-weight: 700;
}

.stepper-slider .stepSlidetextarea .stepNumtextimg {
  width: 60px;
}

.stepper-slider .stepSlidetextarea>p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 50px;
  opacity: 0.7;
  width: 100%;
  margin-left: 0;
  font-weight: 300;
  letter-spacing: -0.48px;
}

.stepper-slider .stepprslider-in {
  width: 100%;
}

.swiper-slide-active .data-slide-right {
  animation: 1.5s cusp-slide-right;
}

@keyframes cusp-slide-right {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.swiper-slide-active .data-slide-top {
  animation: 1.5s cusp-slide-top;
}

@keyframes cusp-slide-top {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.stepper-slider .stepSlidetextarea .stepNumtext {
  font-family: var(--givonic_black);
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0;
  color: rgba(37, 43, 51, 0.1);
  display: block;
  width: fit-content;
  margin-bottom: 0px;
}

.stepper-slider {
  position: relative;
  background: #fff;
}

.stepper-slider .mainHeading-wrapper {
  max-width: 432px;
  position: absolute;
  top: 0;
  left: 98px;
  z-index: 11;
}

.stepper-slider .stepSli-container {
  position: relative;
}

.stepper-slider .heading_common h2 {
  text-align: left;
}

.stepper-slider .heading_common p {
  text-align: left;
}

.stepper-slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
}

.stepper-slider .swiper-pagination .swiper-pagination-bullet.completed {
  opacity: 1;
  transition: 0.5s;
}

.stepper-slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.stepperSwiper .right-sticky-slide-scroll video,
.stepperSwiper .right-sticky-slide-scroll img {
  width: 580px;
  height: 580px;
  border-radius: 40px;
}

.stepSlidetextarea[data-aos=fade-right] {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
}

.stepSlidetextarea[data-aos^=fade][data-aos^=fade].aos-animate {
  transform: translateZ(0);
  opacity: 1;
}

.stepprslider-content-img[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.stepprslider-content-img[data-aos^=fade][data-aos^=fade].aos-animate {
  transform: translateZ(0);
  opacity: 1;
}

.mw-stepperSection.stepper-slider .swiper-slide{overflow: hidden;padding: 0;height: 792px;
  background: transparent;
    background-image: url(../../assets/images/mwframers-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}
.mw-stepperSection.stepper-slider .stepprslider-content{
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    overflow: hidden;
}
.mw-stepperSection .stepperSwiper .right-sticky-slide-scroll video,
.mw-stepperSection .stepperSwiper .right-sticky-slide-scroll img{
  width: 100%;
  height: 100%;
      height: 792px;
    object-fit: cover;
}
.mw-stepperSection .stepSlidetextarea{
    padding: 72px 52px 72px 120px;
}

@media (min-width: 992px) {
  .mobileViewOnly {
    display: none;
  }

  .mobile--visible {
    display: none;
  }
}

@media (max-width: 1600px) {
  .stepper-slider .swiper {
    padding-top: 100px;
  }

  .stepper-slider .swiper-slide {
    padding: 90px;
    border-radius: 40px;
  }

  .stepperSwiper .right-sticky-slide-scroll video,
  .stepperSwiper .right-sticky-slide-scroll img {
    width: 470px;
    height: 470px;
    border-radius: 30px;
  }

  .stepper-slider .stepSlidetextarea>p {
    margin-bottom: 36px;
  }

  .stepper-slider .stepTitle-heading {
    font-size: 44px;
        line-height: 44px;
  }

  .stepper-slider .stepTitle-heading {
    margin-bottom: 18px;
  }

  .mw-stepperSection.stepper-slider .swiper-slide,
  .mw-stepperSection .stepperSwiper .right-sticky-slide-scroll video, 
  .mw-stepperSection .stepperSwiper .right-sticky-slide-scroll img{
    height: 624px;
  }
  .mw-stepperSection .stepSlidetextarea{padding: 28px 10px 28px 78px;}
}

@media (max-width: 1500px) {
 .mw-stepperSection.stepper-slider .stepTitle-heading{
  font-size: 36px;
        line-height: 38px;
 }

 .mw-stepperSection.stepper-slider .swiper-slide, .mw-stepperSection .stepperSwiper .right-sticky-slide-scroll video, .mw-stepperSection .stepperSwiper .right-sticky-slide-scroll img{
  height: 544px;
 }
}

@media (max-width: 1440px) {
  
}

@media (max-width: 1280px) {

  .stepperSwiper .right-sticky-slide-scroll video,
  .stepperSwiper .right-sticky-slide-scroll img {
    width: 420px;
    height: 420px;
    border-radius: 24px;
  }

  .stepper-slider .swiper-slide {
    padding: 70px;
    border-radius: 30px;
  }

  .stepper-slider .stepprslider-content {
    gap: 60px
  }

  .stepper-slider .stepTitle-heading {
    font-size: 48px;
    line-height: 48px;
  }

  .stepper-slider .stepSlidetextarea>p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) {

  .stepperSwiper .right-sticky-slide-scroll video,
  .stepperSwiper .right-sticky-slide-scroll img {
    width: 306px;
    height: 306px;
  }

  .stepper-slider .swiper {
    padding-top: 118px;
    ;
  }

  .stepper-slider .swiper-slide {
    padding: 36px;
    padding-left: 70px;
  }

  .stepper-slider .swiper-pagination {
    left: 50px;
  }

  .stepper-slider .stepprslider-content {
    gap: 20px;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .desktop--visible {
    display: none;
  }

  .stepper-slider .swiper {
    border-radius: 24px;
    height: 100%;
  }

  .stepper-slider .stepprslider-content {
    gap: 30px;
    flex-direction: column-reverse;
  }

  .stepper-slider .stepTitle-heading {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }

  .stepper-slider .stepSlidetextarea p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .stepper-slider {
    padding: 50px 0;
    height: 100%;
  }

  .stepper-slider .swiper-pagination {
    left: auto;
    width: 100px;
    height: 10px;
    flex-direction: row;
    transform: none;
    top: auto;
    bottom: 47px;
    right: 18px;
    gap: 0
  }

  .swipernextprevWrapper {
    position: absolute;
    bottom: 30px;
    left: 18px;
    width: 116px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
  }

  .swipernextprevWrapper .swiper-button-next,
  .swipernextprevWrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }

  .swipernextprevWrapper .swiper-button-next:after,
  .swipernextprevWrapper .swiper-button-prev:after {
    display: none;
  }

  .swipernextprevWrapper img.swipperArrow {
    width: 24px;
  }

  .swipernextprevWrapper .swiper-button-prev img.swipperArrow {
    transform: rotate(180deg);
  }

  .stepSlidetextarea[data-aos=fade-right] {
    transform: none;
    scale: .8;
    opacity: 0;
  }

  .stepSlidetextarea[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: none;
    scale: 1;
    opacity: 1;
    padding: 0;
  }

  @keyframes cusp-slide-right {
    from {
      transform: none;
      scale: .8;
      opacity: 0;
    }

    to {
      transform: none;
      opacity: 1;
      scale: 1;
    }
  }

  @keyframes cusp-slide-top {
    from {
      transform: none;
      opacity: 0;
      scale: .8;
    }

    to {
      transform: none;
      opacity: 1;
      scale: 1;
    }
  }

  .stepperSwiper .stepSlidetextarea {
    padding: 0 0;
    width: 100%;
  }

  .stepper-slider .stepperSwiper .stepTitle-heading {
    padding: 0;
  }

  .stepper-slider .stepperSwiper .stepSlidetextarea p {
    padding: 0 0;
  }

  .stepper-slider .right-sticky-slide-scroll {
    width: 100%;
  }

  .stepperSwiper .right-sticky-slide-scroll video,
  .stepperSwiper .right-sticky-slide-scroll img {
    height: auto;
    margin: 0 auto;
  }

  .stepper-slider .swiper {
    padding: 30px 30px 100px 30px;
           background-image: url(../../assets/images/mwframers-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .stepper-slider .swiper-slide {
    padding: 0;
  }

  .mw-stepperSection.stepper-slider .stepprslider-content{
        display: flex;
    flex-direction: column-reverse;
  }
  .mw-stepperSection.stepper-slider .swiper-slide{
    height: auto;
    background: none;
  }
  .mw-stepperSection .stepperSwiper .right-sticky-slide-scroll img,
  .mw-stepperSection .stepperSwiper .right-sticky-slide-scroll video{
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 767px){
  .mw-stepperSection .stepperSwiper .right-sticky-slide-scroll img, .mw-stepperSection .stepperSwiper .right-sticky-slide-scroll video {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 420px) {
  .stepper-slider .swiper-slide {
    padding: 0;
    border-radius: 14px;
    height: auto;
    padding-bottom: 20px;
  }
}

.thankyoubox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 90px 60px;
  background: #fff;
  color: #111;
  z-index: 1;
  display: none;
}

.thankyoucontent img.thankyoutik {
  width: 110px;
  margin: 0 auto 20px;
}

.thankyoucontent p {
  font-family: 'Proxima-Nova-Light';
  font-size: 18px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 24px;
  text-align: center;
}

.close-leaflet {
  display: flex;
  width: fit-content;
  height: 43px;
  padding: 11px 38px;
  border-radius: 30px;
  background: var(--EF444E, #ef444e);
  border: 0;
  color: #ffffff;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.thankyoucontent .text-main {
  text-align: center;
}

.thankyoucontent {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.formThankyouModal .thankyoucontent {
  position: relative;
  top: 0;
  transform: none;
}

.formThankyouModal .thankyoubox {
  position: relative;
  display: block;
}

.formThankyouModal .closebtn {
  z-index: 1;
  background: transparent;
  border: 0;
  box-shadow: none;
  top: 16px;
  right: 16px;
}

.formThankyouModal .thankyouwrappermodal {
  border-radius: 24px;
  overflow: hidden;
}

.formThankyouModal .modal-content {
  border: 0;
  background: transparent;
}

.video_modal.formThankyouModal {
  background: rgba(0, 0, 0, .7);
  backdrop-filter: blur(10px);
}

.video_modal.formThankyouModal .modal-dialog {
  max-width: 40%;
  width: 100%;
}

@media (max-width: 991px) {
  .thankyoucontent p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .thankyoucontent img.thankyoutik {
    width: 66px;
    margin: 0 auto 14px;
  }

  .close-leaflet {
    height: 34px;
    padding: 10px 32px;
    font-size: 12px;
  }

  .mobEcoCopy {
    justify-content: center;
    margin-top: 8px;
  }

  .video_modal.formThankyouModal .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
}