@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner {
  margin-top: calc(var(--headerheight) + var(--homecatstrip));
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-banner {
    margin-top: calc(var(--headerheight) + var(--homecatstrip) + var(--mobilesearchbar));
  }
}
.home-banner .home-banner-slider .item {
  line-height: 0;
}
.home-banner .home-banner-slider .item img {
  width: 100%;
}
.home-banner .slide-nav-wrapper {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.home-banner .slide-nav-wrapper .swiper-nav {
  margin: 0 auto;
}
.home-banner .slide-nav-wrapper .swiper-nav > * {
  display: inline-block;
  vertical-align: middle;
}
.home-banner .slide-nav-wrapper .swiper-nav > *:not(:last-child) {
  margin-right: 10px;
}
.home-banner .slide-nav-wrapper .swiper-nav .play-pause-btn {
  --btnsize: 16px;
}
.home-banner .slide-nav-wrapper .swiper-nav .swiper-prev svg, .home-banner .slide-nav-wrapper .swiper-nav .swiper-next svg {
  width: 11px;
  height: auto;
}
.home-banner .slide-nav-wrapper .swiper-nav .home-banner-dots {
  display: inline-block;
  width: auto;
  --swiper-pagination-color: var(--white);
  --swiper-pagination-bullet-inactive-color: var(--white);
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
.home-banner .slide-nav-wrapper .swiper-nav .home-banner-dots .swiper-pagination-bullet:not(:last-child) {
  margin-right: 8px;
}

.home-secA {
  padding: 40px 0 64px;
}
@media only screen and (max-width: 991px) {
  .home-secA {
    padding: 40px 0;
  }
}

.home-secB {
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .home-secB {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB .container {
    padding-right: 0;
  }
}
.home-secB .upper-sec {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .home-secB .upper-sec {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB .upper-sec {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secB .upper-sec {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .home-secB .upper-sec {
    padding-right: 10px;
  }
}
.home-secB .upper-sec .colB {
  flex: 1;
  display: flex;
  gap: 80px;
}
.home-secB .upper-sec .colB .common-tab-nav {
  flex: 1;
  text-align: right;
}
.home-secB .btn-div {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .home-secB .btn-div {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 675px) {
  .home-secC .heading h3 {
    line-height: 1.4;
    margin-bottom: 3px;
  }
}
.home-secC .new-arvl-item {
  height: calc(100vh - var(--headerfixed) - var(--homecatstripfixed));
}
@media only screen and (max-width: 991px) {
  .home-secC .new-arvl-item {
    height: 500px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .new-arvl-item {
    height: 335px;
  }
}
.home-secC .new-arvl-item::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.home-secC .new-arvl-item figcaption .btn {
  margin-top: 25px;
}

.home-secD {
  padding: 75px 0;
}
@media only screen and (max-width: 991px) {
  .home-secD {
    padding: 2.5rem 0;
  }
}
.home-secD .home-bts-slider .item:not(:has(.play-btn))::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.home-secD .home-bts-slider .item figcaption {
  padding: 0 20px 30px;
  color: var(--white);
}
.home-secD .home-bts-slider .item figcaption .fig-title {
  font-weight: 500;
  margin-bottom: 4px;
}
.home-secD .home-bts-slider .item figcaption .desc {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.home-secD .home-bts-slider .item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
}
.home-secD .home-bts-slider .item:has(.play-btn)::before {
  background: rgba(0, 0, 0, 0.3);
}/*# sourceMappingURL=home.css.map */