@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
main {
  overflow-x: hidden;
}

.home_banner .swiper .swiper-slide .bg-content {
  opacity: 0;
  width: 100%;
  max-width: 465px !important;
}
.home_banner .swiper .swiper-slide.swiper-slide-active .bg-content {
  animation: bgContentIn 1.2s ease-out 1s forwards;
}
.home_banner .swiper-pagination {
  align-items: flex-end;
  bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .home_banner .swiper-pagination {
    bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home_banner .swiper-pagination {
    bottom: 20px;
  }
}

@keyframes bgContentIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(70px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-20px);
  }
}
.new-arrivals-slider .swiper-wrapper .swiper-slide::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.home-secA {
  padding: calc(var(--headerheight) + 35px) 0 70px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .home-secA {
    padding: calc(var(--headerheight) + 24px) 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA {
    padding: calc(var(--headerheight) + 20px) 0 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA {
    padding: calc(var(--headerheight) + 16px) 0 30px;
  }
}
.home-secA .container-fluid {
  flex: 1;
  display: flex;
  align-items: center;
}
.home-secA .tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-nav {
    gap: 14px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
}
.home-secA .tab-nav li {
  position: relative;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}
.home-secA .tab-nav li::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: scaleX(0);
  opacity: 0;
  transition: 0.3s ease-in-out;
  background: var(--border);
}
.home-secA .tab-nav li.active {
  color: var(--black);
}
.home-secA .tab-nav li.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.home-secA .tab-nav-content {
  width: 100%;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .home-secA .tab-nav-content {
    grid-template-columns: 250px 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secA .tab-nav-content {
    grid-template-columns: 200px 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .tab-nav-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content {
    gap: 20px;
  }
}
.home-secA .tab-nav-content .heading p {
  margin: 18px 0 50px;
}
@media only screen and (max-width: 991px) {
  .home-secA .tab-nav-content .heading p {
    margin: 12px 0 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-nav-content .heading p {
    margin: 10px 0 20px;
  }
}
.home-secA .tab-nav-content .heading .swiper-pagination {
  position: static;
}
.home-secA .tab-nav-content .tabs {
  min-width: 0;
}
.home-secA .tab-nav-content .tabs .thirdSilder {
  padding: 68px 27px;
  padding-right: 55px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .tab-nav-content .tabs .thirdSilder {
    padding: 44px 18px;
    padding-right: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secA .tab-nav-content .tabs .thirdSilder {
    padding: 38px 16px;
    padding-right: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content .tabs .thirdSilder {
    padding: 30px 12px;
    padding-right: 55px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-nav-content .tabs .thirdSilder {
    padding: 24px 10px;
  }
}
.home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.85);
}
.home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.15);
  margin-right: 34px !important;
}
@media only screen and (max-width: 1366px) {
  .home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.12);
  }
}
@media only screen and (max-width: 1024px) {
  .home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.08);
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.05);
    margin-right: 14px !important;
  }
}
.home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide .card {
  padding: 20px;
  background: var(--gradient-b);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide .card {
    padding: 14px;
    gap: 12px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide .card {
    padding: 12px;
    gap: 10px;
  }
}
.home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide .card .img {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 1366px) {
  .home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide .card .img {
    height: 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide .card .img {
    height: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide .card .img {
    height: 180px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide .card .img {
    height: 150px;
  }
}
.home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secA .tab-nav-content .tabs .thirdSilder .swiper-wrapper .swiper-slide .card p {
  color: var(--black);
  text-align: center;
}

.home-secB {
  padding: calc(var(--headerheight) + 26px) 0 70px;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .home-secB {
    padding: calc(var(--headerheight) + 20px) 0 50px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB {
    padding: calc(var(--headerheight) + 16px) 0 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB {
    padding: calc(var(--headerheight) + 12px) 0 30px;
  }
}
.home-secB .container-fluid {
  width: 100%;
}
.home-secB .heading {
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home-secB .heading {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .heading {
    margin-bottom: 1.5rem;
  }
}
.home-secB .heading h3 {
  margin: 0 auto;
  padding-left: 146px;
}
@media only screen and (max-width: 1024px) {
  .home-secB .heading h3 {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .heading h3 {
    padding-left: 0;
  }
}
.home-secB .fourSilder .swiper-wrapper .card {
  position: relative;
  overflow: hidden;
}
.home-secB .fourSilder .swiper-wrapper .card:hover .img img {
  transform: scale(1.1);
}
.home-secB .fourSilder .swiper-wrapper .card::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
.home-secB .fourSilder .swiper-wrapper .card .img {
  width: 100%;
}
.home-secB .fourSilder .swiper-wrapper .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}
.home-secB .fourSilder .swiper-wrapper .card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .home-secB .fourSilder .swiper-wrapper .card .content {
    padding: 16px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .fourSilder .swiper-wrapper .card .content {
    padding: 12px;
  }
}
.home-secB .fourSilder .swiper-wrapper .card .content h6 {
  color: var(--white);
  margin-bottom: 4px;
}
.home-secB .fourSilder .swiper-wrapper .card .content p {
  color: rgb(255, 255, 255);
}
.home-secB .fourSilder .swiper-wrapper .card .content .play-btn {
  --btnsize: 40px;
}
@media only screen and (max-width: 540px) {
  .home-secB .fourSilder .swiper-wrapper .card .content .play-btn {
    --btnsize: 32px;
  }
}

.home-secC {
  padding: calc(var(--headerheight) + 70px) 0 70px;
  background: var(--gradient-a);
}
@media only screen and (max-width: 1024px) {
  .home-secC {
    padding: calc(var(--headerheight) + 50px) 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC {
    padding: calc(var(--headerheight) + 40px) 0 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: calc(var(--headerheight) + 30px) 0 30px;
  }
}
.home-secC .heading {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secC .heading {
    max-width: 420px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .heading {
    max-width: 100%;
    padding: 0 16px;
  }
}
.home-secC .heading p {
  margin-top: 10px;
}
.home-secC .swiper {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .home-secC .swiper {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .swiper {
    margin-top: 1.5rem;
  }
}
.home-secC .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.home-secD {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-secD .video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 450px;
  overflow: hidden;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-secD .video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 76.92%);
  z-index: 1;
}
.home-secD .video-wrap video,
.home-secD .video-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secD.active .video-wrap {
  transform: translate(-50%, -50%) scale(5);
}
.home-secD.active .content {
  opacity: 1;
  transform: translate(-50%, 0);
}
.home-secD .content {
  position: absolute;
  left: 50%;
  bottom: 60px;
  width: 100%;
  max-width: 550px;
  padding: 0 20px;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, 80px);
  transition: opacity 0.8s ease 0.8s, transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
}
.home-secD .content h3 {
  color: var(--white);
}
.home-secD .content p {
  color: rgba(255, 255, 255, 0.8);
  margin: 14px 0 20px;
}
.home-secD .content .btn-underline img {
  filter: brightness(0) invert(1);
}

.home-secE {
  position: relative;
  z-index: 2;
  padding: calc(var(--headerheight) + 40px) 0 70px;
  background: var(--white);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-secE {
    padding: calc(var(--headerheight) + 30px) 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE {
    padding: calc(var(--headerheight) + 24px) 0 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE {
    padding: calc(var(--headerheight) + 16px) 0 30px;
  }
}
.home-secE .heading-wrapper {
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .home-secE .heading-wrapper {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .heading-wrapper {
    margin-bottom: 1.5rem;
  }
}
.home-secE .heading-wrapper .heading {
  padding-left: 146px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .home-secE .heading-wrapper .heading {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .heading-wrapper .heading {
    padding-left: 0;
  }
}
.home-secE .fourSilder .swiper-wrapper .img {
  overflow: hidden;
}
.home-secE .fourSilder .swiper-wrapper .img img {
  width: 100%;
  display: block;
}
.home-secE .btn-underline {
  color: var(--primary);
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .home-secE .btn-underline {
    margin: 28px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .btn-underline {
    margin: 20px auto 0;
  }
}
.home-secE .btn-underline::before {
  background: var(--primary);
}/*# sourceMappingURL=home.css.map */