/* Add custom CSS styles below */ 
body {
    background-color: #121212 !important;
    color: #e0e0e0;
}

.flex items-stretch justify-between relative{
  background-color:#000000;
  color: #ffffff !important;
}
/* الكروت */
.card, 
.box, 
.feature-box {
    background-color: #1e1e1e !important;
    border: 1px solid #2a2a2a;
}
.s-slider-container .swiper-slide,
.s-slider-container .swiper-slide * {
    color: #ffffff !important;
  background-color:#000000;
}
h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800 {
    color: #ffffff !important;
}
.s-button-primary-outline{
    color: #000000;
}
/*the buuton */
:root{
  --color-primary: #000000;
  --color-primary-reverse : #fae0c6;
}

/* الهيدر */
header {
    background-color: #111 !important;
}
#mobile-menu{
  color: #000000;
}
.navbar-brand img{
  max-height:5rem;
}
/*الحجز*/
.booking__meta h4 {
    color: black !important;
}
/* الفوتر */
footer {
    background-color: #0d0d0d !important;
}