/*
Custom Css
*/
*,
html {
    direction: rtl;
}
.carousel-text {
    z-index: 2;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(3px);
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
    color: white;
    background: rgba(0, 0, 0, 0.45);
    font-weight: 400 !important;
}
@media (min-width: 576px) {
    .carousel-text {
        top: 75%;
    }
}
#carousel-item-1 {
    background-image: url(../image/slider-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 'center';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 40rem;
}
#carousel-item-2 {
    background-image: url(../image/slider-5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 'center';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 40rem;
}
#carousel-item-3 {
    background-image: url(../image/slider-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 'center';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 40rem;
}
.nav-logo {
    width: 200px;
}
.carousel-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.product-card,
.product-card:hover {
    cursor: pointer;
    color: inherit;
}

.modal-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    display: none;
}

.custom-modal {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    background-color: #fff;
    z-index: 11;
    height: 80vh;
    display: none;
}

.sheets {
    width: 100%;
    height: 80vh;
}
.active-modal {
    display: block;
}
.index-product-image {
    height: 200px;
    object-fit: cover;
    object-position: top;
}

.slider-text {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.slider-text > h3 {
    font-weight: 400;
}
.justify-text {
    text-align: justify;
}
.brand-logo {
    width: 60%;
}
