/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
/*------------------------------------ main slider ------------------------------------*/
.mainSlider:not(.owl-loaded) {
  display: block !important;
  overflow: hidden;
}

.mainSlider:not(.owl-loaded) .owl-item:not(:first-child) {
  display: none;
}

.mainSlider:not(.owl-loaded) .owl-item img {
  height: 100%;
}

.slider__skeleton {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 40px;
  scrollbar-width: none;
}
.slider__skeleton .common-card.skeleton {
  border-radius: 15px;
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
}
.skeleton-img {
  width: 100%;
  border-radius: 15px;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  animation: loading 1.5s infinite;
}

.skeleton-text {
  width: 91%;
  aspect-ratio: 1/1;
  background: #e0e0e0;
  margin: 10px 0 0 0;
  border-radius: 25px;
}

.skeleton-text.small {
  width: 50%;
  height: 12px;
}

.skeleton-price {
  width: 100px;
  height: 20px;
  background: #e0e0e0;
  margin-top: 8px;
}

.common-card__body {
  height: 55px;
}

@keyframes loading {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
.main-slider-sec {
  margin-bottom: 3rem;
}
.main-slider-sec .swiper-after {
  position: relative;
  height: 100%;
}
.main-slider-sec .swiper-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, transparent 80%);
  pointer-events: none;
  z-index: 1;
}
.main-slider-sec .swiper-wrapper {
  position: relative;
}
.main-slider-sec .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}
@media only screen and (max-width: 1024.98px) {
  .main-slider-sec .swiper-slide img {
    aspect-ratio: 3/2;
  }
}
.main-slider-sec .swiper-slide.swiper-slide-active .slider-title, .main-slider-sec .swiper-slide.swiper-slide-active .slider-sub-title {
  opacity: 1;
}
.main-slider-sec .slider-sub-title {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #2f2d2d;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .slider-sub-title {
    font-size: 14px;
  }
}
.main-slider-sec .slider-title {
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -1.03px;
  opacity: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .slider-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .main-slider-sec .slider-title {
    font-size: 27px;
  }
}
.main-slider-sec .swiper-pagination {
  left: 94%;
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 22rem;
}
@media only screen and (max-width: 1200px) {
  .main-slider-sec .swiper-pagination {
    top: 18rem;
  }
}
@media only screen and (max-width: 1000px) {
  .main-slider-sec .swiper-pagination {
    left: 41rem !important;
    top: 14rem !important;
  }
}
.main-slider-sec .swiper-pagination-bullet {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.main-slider-sec .slider-buttton {
  display: inline-block;
}
.main-slider-sec .swiper-slide-active .slider-sub-title {
  animation: slideOutDown 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-title {
  animation: zoomInDown 1.5s;
}
.main-slider-sec .swiper-slide-active.slide-2 .slider-title {
  animation: zoomInDown 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-sub-title {
  animation: slideInUp 1.3s;
}
.main-slider-sec .swiper-slide-active.slide-2 .slider-sub-title {
  animation: slideInUp 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-buttton {
  animation: zoomIn 2s;
}

.img-slider {
  width: 26%;
  position: absolute;
  left: -1rem;
  top: -61px;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .img-slider {
    display: none;
  }
}
.img-slider img {
  width: 100%;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.swiper-rtl .swiper-button-prev:after {
  content: "next" !important;
  font-size: 17px !important;
  color: #872341 !important;
  border: 1px solid !important;
  padding: 6px !important;
  width: 53px;
  height: 31px;
  border-radius: 6px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.61);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 900;
}

.main-slider .mainSlider {
  height: 100vh;
}
@media only screen and (max-width: 1024.98px) {
  .main-slider .mainSlider {
    height: auto;
  }
}

.swiper-rtl .swiper-button-prev {
  right: 20px !important;
}

.swiper-rtl .swiper-button-next:after {
  font-size: 17px !important;
  color: #872341 !important;
  border: 1px solid !important;
  padding: 7px 8px !important;
  width: 82px;
  height: 31px;
  border-radius: 6px;
  background: #09122c;
  font-weight: 900;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.61);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.swiper-button-next {
  left: 20px !important;
}
@media screen and (max-width: 767.98px) {
  .swiper-button-next {
    display: none !important;
  }
}

.products {
  position: relative;
}
.products h2 {
  font-size: 16px;
  color: #872341;
  font-weight: 800;
}
.products .products__item {
  border-radius: 24px 24px 24px 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  display: grid;
  height: 450px;
  transition: 0.2s;
}
.products .products__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0 15px 15px;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.6) 0, transparent 75%);
}
.products .products__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.6) 0, transparent 40%);
  pointer-events: none;
  z-index: 1;
}
.products .products__item img {
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.products .products__item img:hover {
  transform: scale(1.05);
  border-radius: 15px;
}
.products .products__item h2 {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  padding: 0px 15px;
  line-height: 27px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 1rem;
  height: 74px;
  position: absolute;
  bottom: 0px;
  z-index: 999;
  color: white;
}
@media screen and (max-width: 767.98px) {
  .products .swiper-wrapper {
    scroll-snap-type: x mandatory;
    display: flex;
  }
}
@media screen and (max-width: 767.98px) {
  .products .swiper-slide {
    flex: 0 0 calc(48% - 10px);
  }
}
.products .item-box {
  position: relative;
}
.products .item-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.products .item-box .products-item {
  position: absolute;
  right: 2%;
  top: 70%;
  transform: translate(0%, 51%);
  left: 0;
  color: white;
  z-index: 999;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.7px);
  -webkit-backdrop-filter: blur(3.7px);
  border: 1px solid rgba(255, 255, 255, 0.41);
  border-radius: 7px;
  padding: 10px 10px;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .item-box .products-item h2 {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 27px;
}
.products .benefit-box {
  color: #a6a6a6;
  position: relative;
  border-radius: 15px;
  transition: 0.3s all;
}
.products .benefit-box .benefit-box {
  box-shadow: 0 0px 2px inset #d9bf77, 0px 1px 3px 0px #fff inset, 0px 7px 2px inset #d9bf77;
  background: #d9bf77;
}
.products .benefit-box .benefit-box .dot {
  width: 12px;
  background: transparent;
  height: 12px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  transition: 0.2s all;
}
.products .category {
  position: relative;
  margin-bottom: 5rem;
}
.products .category__img {
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  flex-direction: column;
  position: relative;
}
.products .category__img:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 13px;
  width: 91%;
  height: 97%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, transparent 80%);
  pointer-events: none;
  z-index: 1;
  border-radius: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .products .category__img:after {
    left: 13px;
    width: 89%;
  }
}
@media only screen and (max-width: 1200.98px) {
  .products .category__img:after {
    width: 90%;
  }
}
@media only screen and (max-width: 991.98px) {
  .products .category__img:after {
    width: 88%;
  }
}
@media only screen and (max-width: 767.98px) {
  .products .category__img:after {
    display: none;
  }
}
.products .category__img .img {
  width: 100%;
  border-radius: 29px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 991.98px) {
  .products .category__img .img {
    height: 11.5rem;
  }
}
.products .category__img .category__text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 0;
  color: #f7f6f3;
  left: 0;
  width: 73%;
  margin: 0 auto;
  padding: 16px;
  background: rgba(9, 18, 44, 0.62);
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.4px);
  -webkit-backdrop-filter: blur(12.4px);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
@media only screen and (max-width: 991.98px) {
  .products .category__img .category__text {
    padding: 8px;
  }
}
.products .category__img .category__text h3 {
  font-size: 15px;
  color: white;
  font-weight: 800;
  margin: 0;
}
@media only screen and (max-width: 1199.98px) {
  .products .category__img .category__text h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .products .category__img .category__text h3 {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .productSlider {
    display: none;
  }
}

.mobile-blog-card {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .mobile-blog-card {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile-blog-card {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 767.98px) {
  .desktop-blog-card {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .product-slider {
    display: none;
  }
}

.category-page {
  position: relative;
  margin-bottom: 1rem;
}
.category-page .whiteback {
  width: 100%;
  /* min-height: 250px; */
  min-width: 100%;
  /* max-width: 1920px; */
  height: 100px;
  bottom: 0;
  background-image: url(.././images/content/6.webp);
  background-position: center;
  /* background-size: 1920px 319px; */
  /* background-repeat: no-repeat; */
  background-color: #f7f6f3;
}
.category-page__title {
  color: #872341;
}
.category-page__title img {
  width: 2.5%;
}
@media only screen and (max-width: 991.98px) {
  .category-page__title img {
    width: 3.5%;
  }
}
.category-page__title h2 {
  font-weight: 800;
  font-size: 25px;
}
@media only screen and (max-width: 1124.98px) {
  .category-page__title h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .category-page__title h2 {
    font-size: 15px;
  }
}
.category-page .category-box__item {
  background: #fff;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  margin: 29px 18px 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  flex-direction: column;
}
.category-page .category-box__item .category-box__img {
  width: 80%;
}
.category-page .category-box__item .category-box__img img {
  width: 100%;
}
.category-page .category-box__title {
  color: #09122C;
}
.category-page .category-box__title h2 {
  font-size: 20px;
  font-weight: 800;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 1124.98px) {
  .category-page .category-box__title h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .category-page .category-box__title h2 {
    font-size: 12px;
  }
}
.category-page .category-box__title s {
  color: gray;
  font-size: 17px;
}
.category-page .category-box__title span {
  font-size: 17px;
  font-weight: 700;
  color: #872341;
}
@media only screen and (max-width: 1124.98px) {
  .category-page .category-box__title span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575.98px) {
  .category-page .category-box__title span {
    font-size: 11px;
  }
}
.category-page .color-gray {
  background-color: #efeded;
  padding: 20px 0;
}
.category-page .grayback:after {
  content: "";
  display: block;
  /* min-width: 100%; */
  /* max-width: 1920px; */
  height: 100px;
  bottom: 0;
  background-image: url(.././images/content/6.webp);
  background-position: center;
  /* background-size: 1920px 280px; */
  /* background-repeat: no-repeat; */
  transform: rotate(180deg);
}
@media only screen and (max-width: 991.98px) {
  .category-page .category-box__d-flex {
    display: none;
  }
}

.about-us {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.about-us__img img {
  min-height: 25rem;
  border-radius: 4rem;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.about-us__title img {
  width: 5%;
}
.about-us__text {
  background-color: #09122C;
  padding: 18px;
  border-radius: 45px;
}
.about-us__text h2 {
  color: #872341;
  font-size: 21px;
  font-weight: 800;
  line-height: 4rem;
}
.about-us__text p {
  color: white;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.98px) {
  .about-us__text p {
    font-size: 12px;
  }
}
.about-us .customer {
  background-color: white;
  padding: 30px;
  border-radius: 25px;
}
.about-us .img-right-about {
  position: relative;
  left: -3rem;
  z-index: -1;
  border-radius: 16rem;
}
.about-us .img-left-about {
  position: relative;
  left: 2em;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .about-us .customer {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.about-us .customer__item {
  position: relative;
}
.about-us .customer__item .user-about {
  font-weight: 800;
  font-size: 15px;
  color: #872341;
}
.about-us .customer__item .user-about:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #d3d3d1;
  display: block;
  top: 9px;
  right: 26px;
}
.about-us__icon {
  font-size: 20px;
  color: #872341;
}

@media only screen and (max-width: 767.98px) {
  .customer__about {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767.98px) {
  .about_box {
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-item {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-item {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 1299.98px) {
  .customer__about {
    font-size: 12px;
  }
}

/*# sourceMappingURL=index.css.map */
