.slideshow-container {
  position: relative;
  max-width: 1000px; /* تعديل حجم العرض حسب الحاجة */
  margin: auto;
  text-align: center;
    top: 80%; 
}

.vslide {
  display: none;
}

.vslide h1 {
  font-size: 24px;
  line-height: 1.5;
}

.active {
  display: block;
}

.prev, .next {
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  background-color:  rgba(0, 0, 0, 0.25);
  border-radius: 0 3px 3px 0;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

        /* تعيين النمط للزر */
        .whatsapp-button {
          position: fixed;
          bottom: 20px;
          left: 20px; /* يمكنك تعديل هذا لتعديل موقع الزر بناءً على الحاجة */
          z-index: 1000;
          background-color: #25D366;
          color: white;
          border: none;
          border-radius: 50%;
          width: 60px;
          height: 60px;
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
          transition: background-color 0.3s ease;
      }
  
      .whatsapp-button:hover {
          background-color: #25D366 /* لون خلفية زر الهوفر */
      }
  
      .whatsapp-button img {
          width: 50%;
      }


.rtl {
direction: rtl;
}
ul {
list-style: none;
}
.menu {
display: block;
}
.menu ul {
display: inline-flex;
}
.menu ul li {
padding: 0 10px;
}

body.rtl .demo-rtl {
display: none;
}
body.rtl .demo-ltr {
display: block;
}
body.rtl .demo-ltr button {
background-color: transparent;
color: #000;
border: 1px solid;
padding: 0px 10px;
}

#head-photo  {

  background: url("../../images/white-texture.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

    
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
  }
  
  @media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
      left: auto;
      margin-left:auto;
    }
    @media screen and (max-width: 1280px) {
      #head-photo {
        width: 100%;
         } }  

    @media screen and (max-width: 736px) {
          #head-photo {
            width: 80%;
            max-height: 100%; }
            .logo-phone {
              width: 70px;
          }      

     @media screen and (max-width: 577px) {
            #head-photo {
              width: 70%; 
              max-height: 60%;} 
             .logo-phone {
              width: 60px;
             } 
            }        
    @media screen and (max-width: 480px) {
      #head-photo {
        width: 70%; 
        max-height: 60%;} 
       .logo-phone {
        width: 50px;} 
      }  
    
}
.head-photo2  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.sticky-top {
  background-color: white;
}
  }


  input[type=button], input[type=submit], input[type=reset] {
    background-color: #5c3e9f;
    border: none;
    color: white;
    padding: 16px 90px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: .3rem;
  }