@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.main-header {
  background: none;
}
@media only screen and (max-width: 540px) {
  .main-header {
    background: none;
  }
}

.mian-div {
  padding-top: 37px;
}
@media only screen and (max-width: 540px) {
  .mian-div {
    padding-top: 0;
  }
}

.banner.home-banner .bg {
  position: relative;
  height: 95vh;
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg {
    height: 65vh;
  }
}
.banner.home-banner .bg .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner.home-banner .bg .swiper .swiper-nav {
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 2;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .swiper .swiper-nav {
    display: none;
  }
}
.banner.home-banner .bg .swiper .swiper-nav button svg {
  width: 40px;
  height: auto;
}
.banner.home-banner .bg .swiper .swiper-nav button svg path {
  fill: var(--primary);
}
.banner.home-banner .bg .swiper .swiper-pagination {
  bottom: 8% !important;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.banner.home-banner .bg .swiper .swiper-pagination .swiper-pagination-bullet {
  background: white !important;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px)) !important;
}
.banner.home-banner .bg .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--white) !important;
}
.banner.home-banner .bg .swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.banner.home-banner .bg .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.banner.home-banner .bg .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(1deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
}
.banner.home-banner .bg .swiper .swiper-wrapper .swiper-slide video, .banner.home-banner .bg .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner.home-banner .banner-wrapper .content {
  position: relative;
}
@media (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content {
    text-align: center;
  }
}
.banner.home-banner .banner-wrapper .content p {
  max-width: 390px;
}
@media (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content p {
    max-width: 390px;
    margin: 0 auto;
  }
}
.banner.home-banner .banner-wrapper .content .mvbl {
  margin-top: 30px;
}
.banner.home-banner .banner-wrapper .content .logo-slogan {
  line-height: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 6rem);
}
@media (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content .logo-slogan {
    top: calc(100% + 4rem);
    left: 3%;
  }
}

.home-secA {
  padding: 50px 0 30px;
}
@media (max-width: 991px) {
  .home-secA {
    padding: 40px 0 30px;
  }
}

.home-secB {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .home-secB {
    padding: 10px 0;
  }
}
.home-secB .heading {
  margin-bottom: 50px;
}
.home-secB .flex {
  gap: 18px;
}
.home-secB .flex .colA {
  flex: 1;
  z-index: 0;
}
@media (max-width: 540px) {
  .home-secB .flex .colA {
    flex: auto;
  }
}
.home-secB .flex .colA .item {
  height: 100%;
}
.home-secB .flex .colA .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 79.5%);
}
.home-secB .flex .colA .item.main_ban::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 79.5%);
}
.home-secB .flex .colA .item figcaption {
  padding: 0 50px 70px;
}
@media (max-width: 540px) {
  .home-secB .flex .colA .item figcaption {
    padding: 0 50px 47px;
    text-align: center;
  }
}
.home-secB .flex .colA .item figcaption h6 {
  font-family: "Futura PT Book";
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: 0.15em;
  color: var(--white);
  text-transform: uppercase;
  max-width: 380px;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .home-secB .flex .colA .item figcaption h6 {
    font-size: 18px;
    margin-bottom: 4px;
    max-width: 200px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
  }
}
.home-secB .flex .colB {
  flex: 0 1 45%;
  max-width: 45%;
  width: 100%;
}
@media (max-width: 991px) {
  .home-secB .flex .colB {
    max-width: 100%;
  }
}
.home-secB .flex .colB .top-product-wrap {
  position: relative;
  height: 100%;
}
.home-secB .flex .colB .top-product-wrap .top-product-slider {
  height: 100%;
}
.home-secB .flex .colB .top-product-wrap .top-product-slider .product-col-2 figcaption {
  transition: 0.5s ease 0.3s;
}
.home-secB .flex .colB .top-product-wrap .top-product-slider .product-col-2:not(.swiper-slide-active) figcaption {
  transition: 0.5s ease;
  transform: translateY(20px);
  opacity: 0;
}
.home-secB .flex .colB .top-product-wrap .top-product-nav {
  position: absolute;
  display: block;
  right: 3rem;
  bottom: 3.75rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .home-secB .flex .colB .top-product-wrap .top-product-nav {
    display: none;
  }
}
.home-secB .flex .colB .top-product-wrap .top-product-nav .swiper-prev {
  margin-right: 1.3rem;
}

.home-secC, .home-secH {
  padding: 45px 0 100px;
}
@media (max-width: 991px) {
  .home-secC, .home-secH {
    padding: 34px 0 50px;
  }
}
.home-secC .viw-btn, .home-secH .viw-btn {
  margin-top: 4.5rem;
}
@media (max-width: 991px) {
  .home-secC .viw-btn, .home-secH .viw-btn {
    margin-top: 2.5rem;
  }
}
.home-secC .viw-btn .btn, .home-secH .viw-btn .btn {
  --padding: 28px;
}

.home-secC .product-col:hover .bottom-btn {
  transform: translateY(0%);
}
.home-secC .product-col .figure {
  position: relative;
}
.home-secC .product-col .bottom-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.5s ease;
  transform: translateY(110%);
}
.home-secC .product-col .bottom-btn .btn {
  border-radius: 0;
  flex: 0 1 50%;
  --height: 40px;
}
.home-secC .product-col .bottom-btn .btn:nth-child(1) {
  background: white;
  color: var(--primary);
}
.home-secC .product-col .bottom-btn .btn:nth-child(2):hover {
  background: white;
  color: var(--primary);
}

.home-secD::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79.72%);
}
.home-secD figure {
  height: 571px;
}
.home-secD .content {
  max-width: 454px;
  margin: 0 auto;
}
.home-secD .content .ico {
  line-height: 0;
  margin-bottom: 30px;
}
.home-secD .content p {
  color: var(--white);
  font-size: 18px;
  line-height: 1.23;
  margin: 15px 0 23px;
}

.home-secE {
  padding: 68px 0 93px;
}
@media (max-width: 991px) {
  .home-secE {
    padding: 54px 0 56px;
  }
}

.home-secF {
  padding: 47px 0;
}
@media (max-width: 540px) {
  .home-secF {
    padding: 30px 0;
  }
}
.home-secF .content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 540px) {
  .home-secF .content {
    padding: 10px 10px;
    gap: 1rem;
  }
}
.home-secF .content .col-md {
  flex: 1;
  text-align: center;
  --size: 60px;
}
.home-secF .content .col-md .ico {
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.home-secF .content .col-md h6 {
  font-size: 16px;
  line-height: 1.23;
}

.swiper-horizontal {
  height: -moz-fit-content;
  height: fit-content;
  z-index: 0;
}

.home-secH {
  padding: 0 0 90px;
}

.home-secI .upper-sec, .home-secJ .upper-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 54px 0 35px;
}
.home-secI .upper-sec .slider-nav, .home-secJ .upper-sec .slider-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.home-secI .upper-sec .heading, .home-secJ .upper-sec .heading {
  text-align: center;
  margin: 0 auto;
}
.home-secI .testimonial-slider, .home-secJ .testimonial-slider {
  padding-bottom: 50px;
}
.home-secI .testimonial-slider .card, .home-secJ .testimonial-slider .card {
  background: rgba(121, 29, 116, 0.1098039216);
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.home-secI .testimonial-slider .card img, .home-secJ .testimonial-slider .card img {
  width: 100%;
  height: 435px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1366px) {
  .home-secI .testimonial-slider .card img, .home-secJ .testimonial-slider .card img {
    height: 300px;
  }
}
@media (max-width: 540px) {
  .home-secI .testimonial-slider .card img, .home-secJ .testimonial-slider .card img {
    height: 270px;
  }
}
.home-secI .testimonial-slider .card .card-content, .home-secJ .testimonial-slider .card .card-content {
  text-align: center;
  padding: 20px 15px;
}
.home-secI .testimonial-slider .card .card-content h5, .home-secJ .testimonial-slider .card .card-content h5 {
  margin-bottom: 10px;
}
.home-secI .testimonial-slider .card .card-content p, .home-secJ .testimonial-slider .card .card-content p {
  font-size: 14px;
}

.instagram-section {
  padding: 40px;
  background: #fff;
}
.instagram-section .heading {
  margin-bottom: 30px;
  text-align: center;
}
.instagram-section .insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.instagram-section .insta-grid .insta-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.instagram-section .insta-grid .insta-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.instagram-section .insta-grid .insta-item .insta-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.678);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  transition: bottom 0.4s ease;
}
.instagram-section .insta-grid .insta-item .insta-content p {
  margin: 0;
  font-size: 14px;
}
.instagram-section .insta-grid .insta-item .insta-content span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.instagram-section .insta-grid .insta-item:hover .insta-content {
  bottom: 0;
  cursor: pointer;
}
.instagram-section .insta-grid .insta-item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}

.home-secJ {
  padding: 40px 0 0;
}
.home-secJ .upper-sec .heading {
  text-align: center;
  margin-bottom: 30px;
}
.home-secJ .influencer-slider .card {
  overflow: hidden;
}
.home-secJ .influencer-slider .card img, .home-secJ .influencer-slider .card video {
  width: 100%;
  height: 545px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1366px) {
  .home-secJ .influencer-slider .card img, .home-secJ .influencer-slider .card video {
    height: 475px;
  }
}
@media (max-width: 540px) {
  .home-secJ .influencer-slider .card img, .home-secJ .influencer-slider .card video {
    height: 380px;
  }
}/*# sourceMappingURL=home.css.map */