body{
  background-color: white;
  margin: 0;
  paddding-bottom: 20px;
  min-height: 100vh;      
  display: flex;
  flex-direction: column; 
  over-x: hidden;
 }

* {
  box-sizing: border-box;}


#header{
  background-color: #000000;
  width:100%;
  height: 100px;
  display: flex;
  align-items: center;         
  justify-content: flex-end;   
  gap: 1rem;       
  flex-wrap: wrap;
            
}


#h_content{

  color: #ffffff;
  padding-right: 1rem; 

}


#header-img{
  border-radius: 50%;

}


.container{
padding: 0rem


}

.slider-wrapper{
position: relative ;
max-width: 50rem;
margin: 40px auto;   
display: flex;
justify-content: center; 



}


.slider{
  display: flex;
  aspect-ratio: 16/9;
  overflow: hidden;
  scroll-snap-type: x mandatory ;
  scroll-behavior: smooth;
  box-shadow: 0 1.5rem 3rem  -0.75rem ;
  border-radius: 0.5rem;
}

.slider img{
  flex: 1 0 100% ;
  scroll-snap-align: start;
  object-fit: cover;
}
.slider-nav{
  display: flex;
  column-gap: 1rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slider-nav a {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.75;
  transition: opacity ease 800ms;
}
.slider-nav a:hover {
opacity: 1;
}

.slider-nav a.active {
  background-color: #000000; 
  opacity: 1;
}



.WELCOMING{
  text-align: center;
  margin-top: 100px ;
  margin-bottom: 100px;
  color: #000000;

}







.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 10px;
  margin-bottom:50px;
  flex-wrap: wrap;
}

/* الأزرار */
#loginB,
#about_us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#000000, #000000, #000000);
  border: 1px solid #d1d1d1;
  border-radius: 18px;
  padding: 25px 35px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 400px;
}

#loginB:hover,
#about_us:hover {
  background: linear-gradient(#000000, #000000, #000000);
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

#loginB:active,
#about_us:active {
  transform: scale(0.98);
}


}

#loginB:hover img,
#about_us:hover img {
  transform: scale(1.05);
}

/* النص داخل الأزرار */
#loginB span,
#about_us span {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
}

/* الجوال */
@media (max-width: 768px) {
  .buttons {
    gap: 30px;
  }
  #loginB, #about_us {
    width: 180px;
    padding: 20px 25px;
  }
  #loginB img, #about_us img {
    width: 60px;
    height: 60px;
  }
  #loginB span, #about_us span {
    font-size: 16px;
  }
}


}

#loginB,
#about_us {
  border: none;
  background: transparent;
  cursor: pointer;
}

#loginB img,
#about_us img {
  /*height: 400px;
  width: 400px;*/
   max-width: 100%; 
  height: auto;
  width: 400px; 
  transition: all ease-in-out 0.5s;
    box-shadow: 0 1.5rem 3rem  -0.75rem ;
  border-radius: 0.5rem;
}

#loginB img:hover,
#about_us img:hover {
  transform: scale(1.1); 
}






#page_bottom {
  width: 100%;
  height: 200px;
  background-color: #000000;
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;
  position: relative;
  margin-bottom:0px;
  left: 0;
  z-index: 10;
  padding: 0 20px;

}




#F-psau-logo{
  max-width: 250px;

}

.footer-content {
  padding: 20px;
  padding-left: 20px;
  
}

#F-contact-us  
{
color: #fff;
}


#F-cu-Num{
  color: #fff;
}

#f-cu-email{
  color: #fff;
}




@media (max-width: 768px) {
  #loginB img,
  #about_us img {
    width: 200px;
  }
  #h_content {
    font-size: 16px;
  }
  .buttons {
    gap: 20px;
  }

}