/* سلايدر لوفيزا*/
/**/
.h-\[85vh\] {
    height: 100vh !important;
}

.h-\[85vh\].relative .flex {
    margin: 0 !important;
}

.h-\[85vh\].relative .m-auto {
    margin: 0;
}

.h-\[85vh\].relative .m-auto p {
    text-align: start;
    font-size: 25px;
}

.h-\[85vh\].relative .text-center.w-fit {

    padding-right: 6rem;
}

.h-\[85vh\].relative .text-center.w-fit h1 {
    font-size: 30px !important;
}

/**/
/* سلايدر لوفيزا*/
/**.category*/
.category .container h2 {
    text-align: center;
}

/**.category*/
@media (min-width: 992px) {
/**.products*/
.products .s-slider-container .s-slider-swiper-wrapper .swiper-slide {
    width: 34% !important;
  
}
}
  
.products .s-slider-next,
.products .s-slider-prev {

    display: none;
}

/**.products*/
/* بانر ثابت */
@media (min-width: 1024px) {
    .Furniture .container {
        flex-direction: row;
    }
}

/*Furniture*/
.Furniture .absolute {
    left: 0% !important;
    background-color: transparent;
    padding: 1rem 0;
    width: 100%;
}

.Furniture .relative .absolute {
    bottom: unset;
    top: unset;
}

.Furniture .relative .absolute h1 {
    padding: 0rem 1rem !important;
    line-height: 50px;
}

/* width and bg*/
.Furniture .relative:first-of-type .absolute {
    bottom: 0% !important;
    padding: 0;
}

.Furniture .relative:last-of-type .absolute {
    bottom: 0% !important;
    padding: 0;
}

.Furniture .relative button {
    border: 1px solid transparent !important;
    background-color: #000;
    width: 100% !important;
}

/***/
.Furniture h1 {
    color: #fff;
    font-size: 38px !important;
    width: 100%;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.Furniture button {
    color: #fff;
    border: 1px solid #ffff;
}

.Furniture button a {
    color: #fff;
}

/**/
/* counts*/
.media .shape {
    background-color: var(--color-primary);
}

.media .shape p {
    color: var(--color-primary);
}

.counts span {

    color: #fff;
}

/*****/
/*footer */
.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

/***/
.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}

.Questions .w-full.absolute {
    background: var(--color-primary);
}

@media (max-width: 768px) {
    .h-\[85vh\].relative .text-center.w-fit h1 {
        font-size: 30px !important;
        text-align: right;
    }

    .h-\[85vh\].relative .text-center.w-fit {
        padding-right: 0rem;
    }

    .h-\[85vh\] {
        height: 50vh !important;
    }

    .h-\[85vh\].relative .m-auto p {

        display: none;
    }

    .h-\[85vh\].relative .text-center.w-fit h1 {
        font-size: 28px !important;
        text-align: right;
        color: #000000 !important;
        width: 100%;
    }

    .h-\[85vh\].relative .text-center.w-fit {

        position: absolute;
        top: 7rem;
    }

.products .s-slider-container .s-slider-swiper-wrapper .swiper-slide .overlay {
    opacity: 1;
    transition: all 0.4s ease-in-out;
    text-align: center;
}
  .Furniture h1 {
    color: #fff;
    font-size: 24px !important;
   
}
footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
}