.carousel-container {
    overflow: hidden;
    width: 90%; /* Adjust the width to fit your images */
}

.carousel-inner {
    display: flex;
    animation: scroll 9s infinite linear;
}

.carousel-inner:hover {
    animation-play-state: paused; /* توقف حرکت هنگام هاور */
    transform: scale(1.1);
}

.image-carousel {
    display: flex;
    animation: moveLeft 10s linear infinite;
}

.image-wrapper {
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.carousel-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-wrapper:hover {
    transform: scale(1.1) rotateY(10deg);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.image-container {
    overflow: hidden;
    width: 300px; /* عرض مورد نظر خود را وارد کنید */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-900px);
    }
}
.div-min7 {
  padding-bottom: 100px;
}

div#PageTitle_style_1 .roll_replace {
    display: none !important;
}









