:root {
    --main-color: #3a3d41;
    --second-color: #0071B7;
    --product-bg: #fff;
    --background:#D0D4DD;
    --wihte:#fff;
    --transparent-black:#00000014;
    --light-silver:#ddd;
    --middle--gray:#888 ;
    --full-white: #ffffff00;
    --prue-black:#000000a3;
    --second-dark-gary:#333;
    --light-shade: #f8f9fa ;
    --goldenrod:#FABB05 ;
    --trout:#4e555e ;
    --faint-blue: #0f35670d;
}

.row {
    margin: 0;
}

.s-block--categories a:hover img {
    transform: translateY(-10px);
    transition: .2s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);

}

.s-block--categories h2 {
    font-size: 20px;
    margin: 0;
    margin-top: 12px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}

.box1 img {
    margin: auto;
    /* max-width: 250px; */
    object-fit: contain;
    object-position: bottom;
    height: 100%;
    width: 100% !important;
}

.box1 {
    position: relative;
    z-index: 0;
    height: 250px;
    max-width: 250px;
    background: linear-gradient(to bottom, var(--full-white) 25%, var(--home-category-bg) 100%);
    border-radius: 50%;
    margin: 0 auto;
}

/* .box1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--full-white) 25%, var(--home-category-bg) 100%);
    border-radius: 50%;
    z-index: -1;
    max-width: 90%;
} */

.center-banner {
    background-position: center;
    background-size: cover;
    min-height: 500px;
    position: relative;
    z-index: 0;
    aspect-ratio: 5/2;
    position: relative;
}

.ps-section--deals {
    padding-left: 6px;
    padding-right: 6px;
}

.ps-section__carousel {
    padding-left: 4px;
}

.ps-product {
    background-color: var(--product-bg);
    border-radius: 8px;
}

/*  */
/* slider2 */
.item .s-block--categories {
    margin: 0 10px;
}

.item.s-block--categories img {
    max-width: 190px;
}

.home-slider-bg {
    transform-origin: center;
    animation: grow 15s linear infinite;
    -webkit-animation: grow 15s linear infinite;
}



#myCarousel2 {
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;

}

#myCarousel2 .owl-stage {
    transform: translateX(0);
    transform: translateY(10px, 10px) !important;

}

.slider-two .mask {
    position: relative;

}

.slider-two .mask::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: var(--prue-black);
    opacity: .5;
}

.img2 {
    width: 100%;
    overflow: hidden;


}

.img3 {
    width: 100%;
    padding-inline-start: 8px;
    overflow: hidden;
}

.img3 img {
    border-radius: 8px;
}

.img3 h3 {
    margin-bottom: 8px;
}

.home-img {
    width: 100%;
    transform-origin: center;
    animation: grow 15s linear infinite;
    -webkit-animation: grow 15s linear infinite;
    overflow: hidden;
    height: auto;
    object-fit: cover;
  
}

@keyframes grow {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.slider-two .carousel-control-next,
.carousel-control-prev {
    height: 38px;
    width: 37px;
    top: 50%;
    border: none;
    border-radius: 100px;
    background-color: var(--trout);
}

/* slider2 */
.banners-slider {
    grid-gap: 15px;
    gap: 15px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas:
        "item1"
        "item2";
}

.banners-slider a {
    position: relative;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all 0.4s ease;
}

.banners-slider a h3 {
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    right: 16px;
    z-index: 1;
    width: 40%;
    color: var(--wihte);
    line-height: 130%;
}

.banners-slider a img {
    border-radius: 16px;
    min-width: 315px;
    width: 315px;
    height: 256px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}


.home-slider__content {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 65%;
    margin: 0 auto;
    z-index: 1;
}

.home-slider__content h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 32px;
    color: var(--wihte);
    color: var(--white);
}




.testimonials-box p {
    padding-right: 23px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    bottom: 10%;
    margin-bottom: 30px;
}


.z-block .accordion {
    display: contents;
}

.z-block .text-align {
    text-align: start !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.z-block .card-body {
    background: var(--wihte);
    padding: 3.25rem;
    text-align: start;
}

.z-block .btn {
    white-space: unset;
}

.z-block .block-img {
    width: 100%;
}


.z-block .accordion .show {
    background-color: rgb(255, 255, 255) !important;

}

.blog img {
    max-width: 200px;
}

/* المدونه */


.img-container {
    overflow: hidden;
    border: 5px solid var(--wihte);
    border-radius: 5px;
}

.md-img .image {
    width: 100%;
    height: 210px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    object-fit: cover;
}

.md-img .image:hover {
    transform: scale(1.1) rotate(6deg);
}

.md-img .content-text {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: var(--wihte);
    border-radius: 5px;
    box-shadow: 0 5px 22px var(--faint-blue);
    margin: -20px 15px 0;
    position: relative;
    text-align: start;
}



.md-img .content-text span  {
    display: flex;
    align-items: center;
    gap: 5px;
}


.md-img .content-text h5 {
    height: 38px;
    color: var(--body-text-color);
    font-weight: 500;
    margin: 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dec {
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.content-text a {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}


[dir=ltr] .content-text a i {
    transform: scale(-1);
}

/* المدونه */


.accordion-trigger {
    position: relative;
    background: none;
    appearance: none;
    font-size: inherit;
    line-height: 1.5;
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
    padding-block-start: 0.5rem;
    padding-block-end: 0.5rem;
    width: 100%;
    border: 0;
    outline: none;
    text-align: left;
}



.accordion-trigger::after {
    content: "";
    position: absolute;
    display: block;
    border: solid currentcolor;
    height: 10px;
    width: 10px;
    border-width: 0 2px 2px 0;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
    text-align: end;
    left: 18px;
}

[dir="ltr"] .accordion-trigger::after {
    left: unset;
    right: 18px;
}




.accordion-trigger[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(-135deg);
    color: var(--second-color);
}

#accordion[aria-expanded="true"] {
    color: var(--second-color);
}

#accordion {
    color: var(--black);
}

#accordion:hover {
    color: var(--second-color);
}

.z-block #accordion span {
    padding-left: 8px;
}

.z-block .card {
    padding-bottom: 14px;
    background-color: transparent;
    background-clip: unset;
    border: none;
    border-radius: none;
}

.z-block .card-header {
    background-color: var(--wihte);
    border-radius: 8px !important;
}


.center-banner1 {
    background-position: center;
    background-size: cover;
    min-height: 500px;
    position: relative;
    z-index: 0;
}

@media (max-width: 768px) {
    .center-banner1, .center-banner {
        min-height: 300px;
    }
}


@media (max-width: 576px) {
    .center-banner1, .center-banner {
        min-height: 200px;
    }
}


/* product-details */

.ps-product__content .nav-pills .nav-link.active {
    color: var(--second-color);
    border-bottom: 1px solid var(--second-color);
    background-color: transparent;
    cursor: pointer;
    border-radius: 0 !important;
    font-size: 20px;
}

.ps-product__content a:not([href]):not([tabindex]) {
    color: var(--main-color);
    font-size: 20px;
    cursor: pointer;
}


.ps-product__content .s-comment-form-input {
    width: 100%;
    padding: 14px;
}

/* ps-product__info */
.ps-product__info h4 {
    color: var(--second-color);
    display: block;
    padding-right: 6px;
    font-size: 22px;
}

.em-title {
    text-align: right;
    padding-bottom: 14px;
    padding-top: 14px;
    padding-right: 6px;
}



/* ps-product__info */

/* ps-product__details */
.er-title {
    text-align: center;
    width: 100%;
    background: var(--wihte);
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 12px;
    box-shadow: 0 2px 14px var(--transparent-black);
}

.er-title .btn {
    background: transparent;
}

.er-title i {
    padding-right: 4px;
}

.read-more .card-body {
    padding: 0.25rem !important;
    border: none !important;
    background: transparent;
}

/* ps-product__details */

.send-button {
    position: absolute;
    bottom: 20px;
    left: 10px;
    padding: 6px 10px 6px 9px;
    max-height: 43px;
    max-width: 63px;
    border-radius: 8px;
}
.add-cart{
    max-width: none;}
/* .feedback-container */
.feedback {
    background: var(--white);
    border: 1px solid var(--light-silver);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.feedback .header {
    padding: 8px;
    text-align: center;
    font-size: 18px;
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 20px;
    border-bottom: 1px solid var(--light-silver);
}

.dropdown {
    padding: 8px;
    text-align: left;

}

.dropdown select {
    padding: 8px;
    border:none;
    border-radius: 0;
    font-size: 14px;
}

.comment {
    padding: 15px;
    border-bottom: 1px solid var(--light-silver);
}

.comment:last-child {
    border-bottom: none;
}

.comment-header {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.comment-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
}

.comment-header .name {
    font-weight: 500;
    font-size: 15px;
}

.comment-date {
    color: var(--middle--gray);
    font-size: 12px;
}

.comment-body {
    font-size: 14px;
    line-height: 1.6;
    color: var(--second-dark-gary);
}

.load-more {
    text-align: center;
    padding: 15px;
    background: var(--light-shade);
    cursor: pointer;
    color: var(--second-color);
    margin: 8px;
}

.load-more:hover {
    text-decoration: underline;
}
.feedback .header h6{
    display: flex;
    align-items: center;
}
.star i{
    color: var(--goldenrod);
}

/* .feedback-container */
/* content */
.check{
    text-align: right;
    padding-right: 8px;
}
/* content */
/*Machien-recycling*/
/*view-all*/
.s-slider-block__title-left{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    padding-left: 42px;
    cursor: pointer;
}

.s-slider-block__display-all{
    padding-left: 74px;
    color: var(--second-color);
    font-weight:600;
    line-height: 30px;
  
}
.s-slider-block__display-all:hover{
    opacity: 0.8;
}

