.mtpl_wrap {
  padding-top: 91px;
}

.mtpl_life_container {
  max-width: 1410px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mtpl_life-banner {
  background-image: url("../images/mtpl_life_banner.webp");
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.mtpl_life_banner_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.mtpl_life-banner h1 {
  position: relative;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
}
.mtpl_life-banner p {
  margin: 0;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.mtpl_life-banner::after {
  content: "Life@Moon";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 36%);
  font-size: 200px;
  font-weight: 800;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.pt_80 {
  padding-top: 80px;
}
.mtpl_life_title h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: rgba(30, 30, 30, 1);
}
.mtpl_life_title p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  padding-top: 25px;
  color: rgba(30, 30, 30, 1);
}
.mtpl_life_title img {
  padding-top: 50px;
}
.mtpl_flex_center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.annual_15 h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(30, 30, 30, 1);
}
.annual_15 p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(59, 59, 59, 1);
  padding-top: 15px;
  padding-bottom: 15px;
}
.work_inner {
  max-width: 1300px;
  padding-top: 50px;
  margin: auto !important;
}
.work_inner .col-lg-3.col-md-3.col-sm-4.col-12 {
  padding: 0;
}
.row.work_inner > div {
  margin-bottom: 20px;
}
.flex_work {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 310px;
  height: 200px;
  background: rgb(255 246 216 / 0.4);
  border: 1px solid rgb(255 239 187);
  border-radius: 20px;
}
.flex_work h3 {
  font-size: 22px;
  line-height: 27px;
  padding-top: 10px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.week_off {
  background: rgb(221 247 255 / 0.4);
  border: 1px solid rgb(221 247 255);
}
.Rewards {
  background: rgb(227 255 214 / 0.4);
  border: 1px solid rgb(227 255 214);
}
.credits {
  background: rgb(231 226 255 / 0.4);
  border: 1px solid rgb(231 226 255);
}
.remote {
  background: rgb(255 230 245 / 0.4);
  border: 1px solid rgb(255 230 245);
}
.tech-stacks {
  background: rgb(255 236 225 / 0.4);
  border: 1px solid rgb(255 236 225);
}
.sandwich {
  background: rgb(221 247 255 / 0.4);
  border: 1px solid rgb(221 247 255);
}
.celebrations {
  background: rgb(255 246 216 / 0.4);
  border: 1px solid rgb(255 239 187);
}

/* //swiper css */
.mtpl_slider_wrap {
  background: rgba(242, 248, 255, 1);
  border: 1px solid rgba(227, 241, 255, 1);
  padding: 20px;
  border-radius: 30px;
}
.mtpl_50 {
  padding-top: 50px;
}
/* Main image slider (large) */
.mySwiper2 {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.mySwiper2 .swiper-slide img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Thumbnail slider */
.mySwiper {
  margin-top: 20px;
  /* height: 90px;
  padding: 0 40px; */
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.mySwiper .swiper-slide {
  height: 100%;
  /* opacity: 0.4; */
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #007bff;
}

/* Thumbnail images */
.mySwiper .swiper-slide img {
  width: 100%;
  /* height: 100% !important; */
  object-fit: cover;
  border-radius: 8px;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  top: 45%;
  transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
}

.swiper-button-prev {
  left: -50px;
}

.swiper-button-next {
  right: -50px;
}
.annual_15 {
  width: 500px;
}
.mtpl_flex_center .col-md-7 {
  padding: 0;
}
.annual_15.mtpl_left_auto {
  margin-left: auto;
}
/* New wrapper for thumbs + nav */
.thumbs-wrapper {
  position: relative;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  width: 680px;
  margin: auto;
}

/* Thumbnail arrows */
.thumb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 1);
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  color: #007bff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  border: none;
  border: 1px solid rgba(37, 131, 233, 1);
}

.thumb-nav.left {
  left: -44px;
}

.thumb-nav.right {
  right: -44px;
}

.thumb-nav:hover {
  background-color: #007bff;
  color: white;
}

/* Optional: responsive tweak */
@media (max-width: 1440px) {
  .mtpl_life_container {
    max-width: 90%;
  }
}
@media (max-width: 1399px) {
  .annual_15 {
    width: 100%;
  }
  .mtpl_flex_center .col-md-7 {
    padding: 10px;
  }
  .thumb-nav.left {
    left: -18px;
  }
  .thumb-nav {
    top: 50%;
  }
  .thumb-nav.right {
    right: -15px;
  }
  .thumbs-wrapper {
    width: auto;
  }
  .work_inner .col-lg-3.col-md-3.col-sm-4.col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .mtpl_wrap {
    padding-top: 75px;
  }
  .mtpl_life-banner::after {
    transform: translate(-50%, 34%);
    font-size: 160px;
  }
  .pt_80 {
    padding-top: 40px;
  }
  .mtpl_flex_center {
    width: auto;
  }
}
@media (max-width: 991px) {
  .annual_15 {
    width: 100%;
  }
  .mtpl_life-banner h1 {
    font-size: 40px;
  }
  .mtpl_life-banner {
    height: 400px;
  }
  .mtpl_life-banner::after {
    transform: translate(-50%, 34%);
    font-size: 130px;
  }
  .annual_15 h2 {
    text-align: center;
  }
  .annual_15 p {
    text-align: center;
  }
  .col-md-7.col-sm-12.col-12.order-2 {
    order: 2;
  }
  .flex_work h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .mySwiper2 {
    height: 250px;
  }

  .mySwiper {
    height: 80px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 767px) {
  .flex_work {
    max-width: 100%;
  }

  .swiper-slide {
    width: 100% !important;
  }
  .mtpl_life-banner::after {
    display: none;
  }
  .mtpl_life-banner h1 {
    font-size: 32px;
    padding-top: 20px;
    text-align: center;
  }
  .mtpl_life-banner {
    height: auto;
    padding-bottom: 20px;
  }
  .mtpl_life-banner p {
    margin: 0;
    font-size: 22px;
  }
  .mtpl_50 {
    padding-top: 20px;
  }
  .mySwiper .swiper-slide {
    width: 49% !important;
  }
  .mySwiper2 .swiper-slide img {
    height: 100% !important;
  }
}
