@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.9) 100%);
}
.banner.home-banner .bg {
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 1400px) {
  .banner.home-banner .bg {
    height: 100vh;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg {
    height: calc(100vh - var(--headerfixed));
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg {
    height: 80vh;
  }
}
.banner.home-banner .bg .banner-wrapper {
  width: 100%;
  top: 60%;
  translate: 0 -60%;
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper {
    top: 70%;
    translate: 0 -70%;
  }
}
@media only screen and (max-width: 1300px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 10px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content, .banner.home-banner .bg .banner-wrapper .container .content {
  max-width: 638px;
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content, .banner.home-banner .bg .banner-wrapper .container .content {
    max-width: 320px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content p, .banner.home-banner .bg .banner-wrapper .container .content p {
  max-width: 539px;
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content .btn, .banner.home-banner .bg .banner-wrapper .container .content .btn {
  margin-top: 30px;
}

.home-secA .container-fluid {
  padding: 15px;
}
@media only screen and (max-width: 540px) {
  .home-secA .container-fluid {
    padding: 0;
  }
}
.home-secA .container-fluid .category_wrapper .upper-sec {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  .home-secA .container-fluid .category_wrapper .upper-sec {
    margin: 10px 0;
  }
}
.home-secA .container-fluid .category_wrapper .upper-sec .category-slider {
  position: relative;
}
.home-secA .container-fluid .category_wrapper .upper-sec .category-slider .category-nav {
  max-width: 96%;
}
@media only screen and (max-width: 1280px) {
  .home-secA .container-fluid .category_wrapper .upper-sec .category-slider .swiper-wrapper .category-col figcaption h6 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .container-fluid .category_wrapper .upper-sec .category-slider .swiper-wrapper .category-col figcaption h6 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .container-fluid .category_wrapper .upper-sec .category-slider .swiper-wrapper .category-col figcaption h6 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .container-fluid .category_wrapper .upper-sec .category-slider .swiper-wrapper .category-col figcaption p {
    opacity: 0.6;
  }
}
.home-secA .container-fluid .category_wrapper .lower-sec {
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .home-secA .container-fluid .category_wrapper .lower-sec {
    padding: 0;
    margin-bottom: 10px;
  }
}
.home-secA .container-fluid .category_wrapper .lower-sec .category-col figcaption {
  text-align: left;
}
@media only screen and (max-width: 540px) {
  .home-secA .container-fluid .category_wrapper .lower-sec .category-col figcaption {
    text-align: center;
  }
}
@media only screen and (max-width: 1280px) {
  .home-secA .container-fluid .category_wrapper .lower-sec .category-col figcaption h6 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .container-fluid .category_wrapper .lower-sec .category-col figcaption h6 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .container-fluid .category_wrapper .lower-sec .category-col figcaption h6 {
    font-size: 24px;
  }
}

.home-secB {
  background: #3e2f2f;
}
.home-secB .upper-sec {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .home-secB .upper-sec {
    margin-bottom: 40px;
  }
}
.home-secB .upper-sec h2 {
  margin-bottom: 20px;
}
.home-secB .upper-sec .tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 1280px) {
  .home-secB .upper-sec .tab-nav {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .upper-sec .tab-nav {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .upper-sec .tab-nav {
    justify-content: start;
    overflow-x: auto;
  }
}
.home-secB .upper-sec .tab-nav::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.home-secB .upper-sec .tab-nav::-webkit-scrollbar-thumb {
  background: var(--primary);
}
.home-secB .upper-sec .tab-nav li {
  font-family: "Circular";
  padding: 5px 20px;
  border-radius: 25px;
  color: var(--white);
  border: 1px solid transparent;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .home-secB .upper-sec .tab-nav li {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .upper-sec .tab-nav li {
    padding: 3px 15px;
    font-size: 14px;
  }
}
.home-secB .upper-sec .tab-nav li.active {
  border-color: var(--primary);
}
.home-secB .lower-sec .tabs {
  transform: translateY(10px);
}
.home-secB .lower-sec .tabs.active {
  transform: translateY(0);
}
.home-secB .lower-sec .product-container {
  position: relative;
}
.home-secB .lower-sec .product-container .product-slider {
  max-width: 98%;
}
.home-secB .lower-sec .product-container .btn_wrap {
  text-align: center;
}
.home-secB .lower-sec .product-container .btn_wrap .btn {
  margin: 40px auto 0;
}
@media only screen and (max-width: 540px) {
  .home-secB .lower-sec .product-container .btn_wrap .btn {
    margin: 30px auto 0;
  }
}

.home-secC {
  background: #fff1ea;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
.home-secC::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
}
.home-secC::before {
  left: 0;
  top: 30%;
  filter: blur(150px);
  animation: moveblur 3s ease-in-out infinite forwards;
}
@media only screen and (max-width: 540px) {
  .home-secC::before {
    top: 60%;
  }
}
@keyframes moveblur {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
.home-secC .about_wrap {
  height: 70vh;
  align-items: center;
  justify-content: space-between;
  --gap: 40px;
  gap: var(--gap);
}
@media only screen and (max-width: 991px) {
  .home-secC .about_wrap {
    --gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .about_wrap {
    height: 100%;
    flex-direction: column;
    --gap: 30px;
  }
}
.home-secC .about_wrap .colA {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.home-secC .about_wrap .colA::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .home-secC .about_wrap .colA {
    flex: 0 1 80%;
    max-width: 80%;
  }
}
.home-secC .about_wrap .colA::before {
  left: 74%;
  top: 0;
}
.home-secC .about_wrap .colA figure {
  width: 350px;
}
@media only screen and (max-width: 991px) {
  .home-secC .about_wrap .colA figure {
    width: 300px;
  }
}
@keyframes scalevector {
  0% {
    transform: scale(0.1);
  }
  16% {
    transform: scale(0.3);
  }
  32% {
    transform: scale(0.6);
  }
  48% {
    transform: scale(1) rotate(90deg);
  }
  68% {
    transform: rotate(180deg);
  }
  88% {
    transform: rotate(360deg);
  }
  100% {
    transform: scale(0.1);
  }
}
.home-secC .about_wrap .colB {
  flex: calc(60% - var(--gap));
  max-width: calc(60% - var(--gap));
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home-secC .about_wrap .colB {
    flex: 1;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .about_wrap .colB {
    text-align: center;
  }
}
.home-secC .about_wrap .colB .heading h2 {
  font-size: 30px;
  line-height: 45px;
}
.home-secC .about_wrap .colB .heading .subhead {
  margin-top: 0;
  font-size: 20px;
  color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .home-secC .about_wrap .colB .heading .subhead {
    font-size: 18px;
    line-height: 1.2;
    max-width: 300px;
    margin: 10px auto;
  }
}
.home-secC .about_wrap .colB .content {
  padding: 20px 0 30px;
  max-width: 560px;
}
@media only screen and (max-width: 540px) {
  .home-secC .about_wrap .colB .content {
    padding: 15px 0 25px;
  }
}
.home-secC .about_wrap .colB .content p {
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .home-secC .about_wrap .colB .content p {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .about_wrap .colB .btn {
    margin: 0 auto;
  }
}

.home-secD {
  position: sticky;
  top: var(--headerfixed);
}
.home-secD .banner::before {
  background: rgba(0, 0, 0, 0.1294117647);
}
.home-secD .banner .bg {
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 768px) {
  .home-secD .banner .bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .banner .bg {
    height: 50vh;
  }
}

.home-secE {
  background: var(--white);
  position: relative;
}
.home-secE .upper-sec {
  text-align: center;
}
.home-secE .upper-sec h2 {
  text-transform: capitalize;
  font-family: "Optima";
}
@media only screen and (max-width: 540px) {
  .home-secE .upper-sec h2 {
    font-size: 28px;
  }
}
.home-secE .upper-sec .swiper-nav {
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .home-secE .container {
    padding: 0 0px 0px 15px;
  }
}

.home-secF {
  position: relative;
  background: var(--white);
}
.home-secF .heading {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .home-secF .heading {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-secF .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .heading {
    margin-bottom: 2.5rem;
  }
}
.home-secF .heading h2 {
  margin-bottom: 5px;
}
.home-secF .heading p {
  color: var(--text);
  max-width: 460px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 991px) {
  .home-secF .heading p {
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secF .heading p {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .heading p {
    margin: 0 auto 20px;
    font-size: 14px;
  }
}
.home-secF .heading .tab-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .home-secF .heading .tab-nav {
    gap: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .heading .tab-nav {
    gap: 30px;
  }
}
.home-secF .heading .tab-nav li {
  position: relative;
  padding: 0 5px 2px;
  font-size: 20px;
  color: var(--text);
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .home-secF .heading .tab-nav li {
    font-size: 18px;
  }
}
.home-secF .heading .tab-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: 0.5s ease;
}
.home-secF .heading .tab-nav li.active {
  color: var(--primary);
}
.home-secF .heading .tab-nav li.active::before {
  width: 100%;
}
.home-secF .tabs:not(.active) {
  transform: scale(0.5);
}
.home-secF .brands_sec .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
.home-secF .brands_sec .swiper-wrapper figure {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  .home-secF .brands_sec .swiper-wrapper figure {
    width: 100px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .brands_sec .swiper-wrapper figure {
    width: 70px;
  }
}
.home-secF .brands_sec .swiper-wrapper figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.thankyou-banner .bg {
  height: 100vh;
}
.thankyou-banner .banner-wrapper {
  top: 70%;
  translate: 0 -70%;
}
.thankyou-banner .banner-wrapper .content {
  max-width: 875px;
  text-align: center;
  margin: 0 auto;
}
.thankyou-banner .banner-wrapper .content p {
  font-size: 18px;
}
.thankyou-banner .banner-wrapper .content .btn {
  margin: 20px auto 0;
}

@media only screen and (max-width: 540px) {
  .phone-desktop {
    display: none !important;
  }
}/*# sourceMappingURL=home.css.map */