
.z-2 {
    z-index: 2;
}

/* .text_main_color_site {
    color: var(--main-site);
} */

.carousel-indicators [data-bs-target] {

    width: 10px;
    height: 10px;

    background-color: #774756;

    border-radius: 50%;
}

.products .carousel-indicators {
    bottom: -39px;
}

.owl-stage-outer:lang(ar) {
    direction: ltr;
}

/*landing*/
/* .landing {
    background-image: url("../../images/slider-js.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: grab;
    overflow: hidden;
} */

/* .landing:lang(ar) {
    transform: scaleX(-1);
} */

.landing_content:lang(ar) {
    transform: scaleX(-1);
}



.pagination-bullet.active {
    background-color: black;
}

.landing .pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.landing .pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.landing .pagination-bullet.active {
    background-color: var(--main-site);
}

.landing .btn {
    border: 3px solid rgba(226, 105, 128, 1);
    border-radius: 15px;
}

.landing .hed {
    width: fit-content;
    border-bottom: 5px solid rgba(226, 105, 128, 1);
    font-size: 35px;
}

.landing .img {
    position: relative;
}

.landing .img1 {
    object-fit: contain;
    height: 428px;
}

.landing .img2 {
    width: 55% !important;
    height: 170px;
    object-fit: contain;
    position: absolute;
    left: -10px;
    top: 42%;
}

.landing .img2:lang(en) {
    width: 55% !important;
    height: 170px;
    object-fit: contain;
    position: absolute;
    left: 45%;
    top: 42%;
}

.landing .socials {
    bottom: 30px;
    position: absolute;
}

.landing .socials i {
    color: var(--main-site);
    font-size: 26px;
}

/*categories*/
/* .categories {

    height: fit-content;
} */
.categories .categ_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    background-color: #f9c2c2;
    border-radius: 50%;
    width: 150px !important;
}

.categories .img img {
    object-fit: contain;
    height: 135px;
    width: 135px !important;
    /* transform: translate(-31px, 0); */
border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 44%;
    left: 0px;
    font-size: 25px;
    color: #774756;
}

.owl-carousel .owl-nav button.owl-next:lang(en) {
    left: unset;
    right: -5%;

}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 44%;
    right: -5%;
    font-size: 25px;
    color: #774756;
}

.owl-carousel .owl-nav button.owl-next:lang(en) {
    right: unset;
    left: -5%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
    color: #ff6982 !important;
}

/* General styling for all categ_img after pseudo-elements */
.categories .img-container .categ_img svg {
    position: absolute;

    right: 25%;

    z-index: -1;
    animation: zoomBig 3.25s linear infinite;
    animation-delay: 0.75s;



}

.more_link {
    position: relative;
    transition: all 0.5s ease;
    /* padding: 10px; */
    text-decoration: none;
    color: black;
    width: fit-content;
    /* margin: auto; */
    overflow: hidden;
    height: 30px;
    margin: auto;
}


.custom-hover-button {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.custom-hover-button:hover {
    transform: scale(1.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.custom-hover-button .fa-arrow-right,
.custom-hover-button .fa-circle {
    transition: all 0.3s ease-in-out;
}

.custom-hover-button:hover .fa-arrow-right {
    transform: translateX(5px);
}

.custom-hover-button:hover .fa-circle {
    transform: scale(1.2);
}

.categories .categ_name {
    color: #000;

}

@keyframes zoomBig {
    0% {
        opacity: 1;
    }

    20% {
        opacity: .8;
    }

    40% {
        opacity: .6;
    }

    60% {
        opacity: .3;
    }

    80% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}


/*filter*/
.filter {
    background-color: rgba(255, 245, 245, 1);
}

.filter .hed {
    color: var(--main-site);
}

.filter .cat_hed {
    border-radius: 5px;
    border: 2px solid var(--main-site);
    color: var(--main-site);
}



.filter .form-select {
    width: 100%;
    padding-bottom: 10px;
    color: #7b4756;
    /* background-color: #fff; */
    background-image: none;
    border: 0;
    border-bottom: 2px solid var(--main-site);
    border-radius: 0;
    background-color: transparent;

}


.filter .select_div {
    position: relative;
}

.filter .select_div .select_arrow1 {
    color: var(--main-site);
    position: absolute;
    left: 0;
    top: 10px;
}

.filter .select_div .select_arrow1:lang(en) {
    left: unset;
    right: 0;
}

.filter .select_div .select_arrow2 {
    color: var(--main-site);
    position: absolute;
    left: 0;
    top: 0;
}

.filter .select_div .select_arrow2:lang(en) {
    left: unset;
    right: 0;
}



/* about_products */
.about_products {
    background: url("../../images/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 525px;
    position: relative;
    height: 601px;
}

@media (max-width: 650px) {
    .about_products {
        background-image: none;
        background-color: #fde9eb;

    }

    .categories .img img {
        object-fit: contain;
        height: 106px;
        width: 106px !important;
        transform: translate(-58px, 0);

    }

}

.about_products .catg {
    border-radius: 31px;
    /* Rounded corners */
    border: 2px solid transparent;
    /* Transparent border to allow the gradient */
    color: rgb(0 0 0);

    /* Apply the gradient to the border */
    background: linear-gradient(#fdedee, #feeaec) padding-box, linear-gradient(97.84deg, #9f9595 1.73%, rgba(0, 0, 0, 0) 139.93%) border-box;
}



.about_products .hed {
    color: rgb(0 0 0);
}

/* best_selling  */

.best_selling .selling_hed {
    color: black;
}

/* .owl-item   {
    opacity: .5;
    transition: opacity 1s ease-in-out;
}

.owl-item.active  {
    opacity: 1 !important;
} */

.best_selling .img::after {
    content: "";
    position: absolute;
    width: 102%;
    height: 110%;
    /* background: linear-gradient(97.84deg, #774756 1.73%, #774756c9 139.93%); */
    z-index: -1;
    right: 9%;
    border-radius: 10px;
    top: -41px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 3%;
    position: absolute;
    right: 2%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #FFDBE1;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(119 71 86);
}

.best_selling .img:lang(en)::after {
    right: unset;
    left: 9%;
}

.best_selling .img img {
    height: 195px;
}

/* order_product */
.order_product {
    /* min-height: 599px; */
    /* height: 550px; */
    background-color: #f6f6f6;
    position: relative;
}

.order_product .socials {
    position: absolute;
    bottom: 14px;
    right: 3%;
    z-index: 1;
}

.order_product .socials i {
    color: #29a71a;
    font-size: 26px;
}

.order_product svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    /* height: 726px; */
    z-index: 0;
}

.order_product svg:lang(ar) {
    transform: scaleX(-1);
}

.order_product .hed {
    color: #000000;
}

.order_product .form-control:lang(en) {
    border-radius: 10px 0px 0px 10px !important;

}

.order_product .form-control {
    border: 1px solid #000000 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.order_product .form-control:focus {
    box-shadow: none !important;
    background-color: unset !important;
}

.order_product .form-control::placeholder {
    color: #000000 !important;
}

.order_product .btn:lang(en) {
    border-radius: 00px 10px 10px 0px !important;

}

.order_product .btn {
    background: #000000 !important;
    color: white !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (max-width: 900px) {
    .img_order {
        height: 310px;
    }

    .order_product .socials {
        bottom: 14px;
        right: 3%;
    }


}

.readmore_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-liquid {
    display: inline-block;
    position: relative;
    background-color: #f9c2c2;
    border-radius: 25px;
    color: #000;
    /* font: 700 14px/60px "Droid Sans", sans-serif; */
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.btn-liquid:hover {
    color: #000;
}

.btn-liquid .inner {
    position: relative;

    z-index: 2;
}


/* slider */

.landing {
        background: black;
}

.landing_content .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hed {
    margin-bottom: 15px;
    /* padding-bottom: 15px; */
}

.img1 {
    max-height: 300px;
    width: 100%;
}

@media (max-width: 400px) {
    .category-space {
        padding-right: 20% !important;
    }
}




.beauty-section {
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.beauty-text {
    font-family: "Hubballi";
    font-size: 39px;
    font-weight: 400;
    max-width: 600px;
    margin: auto;
}

.beauty-heading {
    font-size: 70px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: "Aboreto" !important;
    font-weight: 400;

}

.beauty-img {
    width: 100%;
    height: 485px !important;
    object-fit: cover;
}

@media (max-width: 768px) {
    .beauty-text {
        font-size: 18px;
    }
    .beauty-heading {
        font-size: 28px;
    }
    .beauty-section {
        color: black;
        padding: 50px 20px;
        text-align: center;
        background-color: white;
    }
}
@media (max-width: 1600px) {
    .beauty-text {
        font-family: "Hubballi";
        font-size: 28px;
        font-weight: 400;
        max-width: 600px;
        margin: auto;
    }

    .beauty-heading {
        font-size: 46px;
        letter-spacing: 2px;
        margin-bottom: 20px;
        font-family: "Aboreto" !important;
        font-weight: bold;

    }

    .about_products {
        background: #f6f6f6;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        position: relative;

    }
}
