.slideshow-container {
    position: relative;
    margin: auto;
    max-width: 1000px;

}
.slideshoww-container {
    position: relative;
    margin: auto;
    max-width: 2000px;

}
.mySlides {
    display: none;
}
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin-bottom: 35px;
}
.active, .dot:hover {
    background-color: #717171;
}
@keyframes fade {
    from {opacity: .4;}
    to {opacity: 1;}
}
.dots {
    text-align: center;
    padding: 10px 0;
}
.mySlides img {
  width: 100%;      /* تجعل الصورة تملأ عرض العنصر */
  height: 500px;    /* ضبط ارتفاع ثابت (يمكن تغييره حسب حاجتك) */
  object-fit: cover; /* يحافظ على تناسق الصورة ويقص الأطراف إذا لزم */
  display: block;    /* إزالة الفراغات حول الصور */
  margin: 0 auto;   /* يجعل الصورة في الوسط أفقياً */
  margin-top: -70px;
}

.mySlidess img {
  width: 100%;      /* تجعل الصورة تملأ عرض العنصر */
  height: 400px;    /* ضبط ارتفاع ثابت (يمكن تغييره حسب حاجتك) */
  object-fit: cover; /* يحافظ على تناسق الصورة ويقص الأطراف إذا لزم */
  display: block;    /* إزالة الفراغات حول الصور */
  margin: 0 auto;   /* يجعل الصورة في الوسط أفقياً */
  margin-top: -70px;
}
