.y-series .y-image img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
.y-series .bg-img {
  position: fixed;
  height: 100vh;
}
.y-series .bg-img img {
  max-width: 100%;
}
.y-series .parallex-cont {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.y-series .parallex-cont .parallex-image {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 0;
}
.y-series .parallex-cont .parallex-image img {
  width: 100%;
  height: auto;
}
.y-series .parallex-cont .parallex-content {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.y-series .trendy-lifestyle {
  position: relative;
  padding: 40px 0;
}
.y-series .trendy-lifestyle .feature-heading {
  margin-top: 0;
  width: 400px;
  margin-top: 100px;
}
.y-series .trendy-lifestyle .feature-heading h2.section-title {
  line-height: 1.2;
}
.y-series .trendy-lifestyle .feature-heading.page-fixed {
  top: 100px;
  position: fixed;
}
.y-series .trendy-lifestyle .feature-heading.page-abs {
  bottom: 0;
  position: absolute;
}
.y-series .trendy-lifestyle h2 {
  font-size: 30px;
  font-weight: 600;
}
.y-series .trendy-lifestyle .feature {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}
.y-series .trendy-lifestyle .feature > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.y-series .trendy-lifestyle .feature .image {
  aspect-ratio: 1/1;
}
.y-series .trendy-lifestyle .feature .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1/1) {
  .y-series .trendy-lifestyle .feature .image {
    padding-top: 100%;
    position: relative;
  }
  .y-series .trendy-lifestyle .feature .image img {
    position: absolute;
    top: 0;
  }
}
.y-series .trendy-lifestyle .feature .content {
  margin-left: 32px;
  padding-top: 0;
}
.y-series .trendy-lifestyle .feature .content h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.y-series .trendy-lifestyle .feature .content p {
  margin-bottom: 0;
}
.y-series .did-you-know .d-img img {
  width: 100%;
  height: auto;
}
.y-series .did-you-know .details {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 100px 50px;
}
.y-series .did-you-know .details h3 {
  margin-bottom: 32px;
  line-height: 1.5;
}
.y-series .did-you-know .details p {
  margin: 0;
}
.y-series .did-you-know .details.min {
  padding: 0;
  padding-right: 50px;
}
.y-series .did-you-know .details.color-1 {
  animation: backChange 12s infinite;
}
.y-series .did-you-know .details.color-2 {
  background: #ecebeb;
}
.y-series .did-you-know .mlm-16 {
  margin-left: -16px;
  margin-right: -16px;
}
.y-series .did-you-know.no-bg {
  background-color: transparent;
}
.y-series .did-you-know.no-bg h3 {
  line-height: 28px;
}

.y-banner {
  padding: 150px 0 !important;
}
.y-banner.mob1 {
  background-position: center !important;
}

@keyframes backChange {
  0% {
    background-color: #feebfd;
  }
  40% {
    background-color: #d2e2fd;
  }
  80% {
    background-color: #e7f6d9;
  }
  100% {
    background-color: #feebfd;
  }
}
.y-slider.nav-slider {
  display: block;
}
.y-slider.nav-slider .owl-nav {
  bottom: 40px;
  left: 85%;
}
.y-slider.owl-carousel .owl-nav.disabled {
  display: block;
}

@media screen and (max-width: 992px) {
  .y-series .y-image img {
    height: 250px;
  }
  .y-series .trendy-lifestyle .feature-heading {
    width: 300px;
  }
  .y-series .trendy-lifestyle .feature .content p {
    font-size: 14px;
  }
  .y-series .did-you-know .details {
    padding: 50px;
  }
}
.y-series-pocket-portable {
  padding: 100px 0;
}
.y-series-pocket-portable .empty {
  height: 320px;
}
.y-series-pocket-portable .scroll {
  padding: 40px 0;
  background: black;
  color: white;
  font-size: 40px;
  text-align: center;
  width: 0%;
  opacity: 0;
  transition: 0.5s;
}
.y-series-pocket-portable .scroll.show {
  width: 100%;
  opacity: 1;
}

.pocket-portable-div {
  display: flex;
  align-item: center;
  justify-content: center;
  height: 100%;
}
.pocket-portable-div .scrollload {
  height: 300px;
  display: flex;
  align-items: center;
}
.pocket-portable-div > div {
  max-width: 25%;
  flex: 0 0 25%;
}
.pocket-portable-div > div .text1 {
  font-size: 20px;
  font-weight: 600;
}
.pocket-portable-div > div .text {
  font-weight: 600;
}
.pocket-portable-div .image {
  max-width: 50%;
  flex: 0 0 50%;
}

.div1 {
  position: relative;
  background: #f00;
  margin: 20px;
  height: 400px;
  left: 50px;
  opacity: 0.5;
  transition: 0.5s;
}

.page_loaded .div1 {
  left: 0;
  opacity: 1;
}

.scrollload .from-bottom {
  position: relative;
  top: 50px;
  transition: 0.6s;
  opacity: 0.2;
}

.scrollload.data_loaded .from-bottom {
  top: 0;
  opacity: 1;
}

.scrollload .from-right {
  position: relative;
  left: 200px;
  transition: 0.8s;
  opacity: 0;
}

.scrollload.data_loaded .from-right {
  left: 0;
  opacity: 1;
}

.scrollload .from-left {
  position: relative;
  right: 200px;
  transition: 0.8s;
  opacity: 0;
}

.scrollload.data_loaded .from-left {
  right: 0;
  opacity: 1;
}

.delay1 {
  transition-delay: 0.2s !important;
}

.delay2 {
  transition-delay: 0.3s !important;
}

.delay3 {
  transition-delay: 0.4s !important;
}

.delay4 {
  transition-delay: 0.5s !important;
}

.delay5 {
  transition-delay: 0.6s !important;
}

.delay6 {
  transition-delay: 0.7s !important;
}

.delay7 {
  transition-delay: 0.8s !important;
}

.delay8 {
  transition-delay: 0.9s !important;
}

.delay9 {
  transition-delay: 1s !important;
}

.delay10 {
  transition-delay: 1.1s !important;
}

@media screen and (max-width: 767px) {
  .os-iph .y-banner {
    background-attachment: inherit !important;
  }
  .y-series {
    background: transparent;
  }
  .y-series p {
    font-size: 15px;
  }
  .y-series .trendy-lifestyle {
    padding: 32px 0;
  }
  .y-series .trendy-lifestyle h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
  }
  .y-series .trendy-lifestyle .feature-heading {
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
  .y-series .trendy-lifestyle .feature-heading.page-fixed {
    top: auto;
    position: inherit;
  }
  .y-series .trendy-lifestyle .feature {
    display: inherit;
    background: #ffffff;
  }
  .y-series .trendy-lifestyle .feature > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .y-series .trendy-lifestyle .feature img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .y-series .trendy-lifestyle .feature .content {
    margin-left: 0;
    padding: 16px 10px;
    text-align: center;
  }
  .y-series .trendy-lifestyle .feature .content h3 {
    font-size: 16px;
    line-height: 1;
  }
  .y-series .trendy-lifestyle .feature .content p {
    line-height: 17px;
    font-size: 14px;
  }
  .y-series .did-you-know {
    text-align: center;
  }
  .y-series .did-you-know .details {
    padding: 32px 16px;
  }
  .y-series .did-you-know .details h3 {
    margin-bottom: 18px;
  }
  .y-series .did-you-know .details.min {
    padding: 16px 0;
  }
  .y-slider.owl-carousel .owl-nav {
    left: 0;
  }
  .y-slider.nav-slider .owl-nav {
    width: 100% !important;
    display: block;
  }
  .y-slider.nav-slider .owl-nav .owl-prev {
    margin-left: 20px;
  }
  .y-slider.nav-slider .owl-nav .owl-next {
    margin-right: 20px;
  }
}/*# sourceMappingURL=y_series.css.map */