.main-slider-section .container {
    max-width: 100%;
    padding: 0;
    margin-bottom: 5rem;


}


.main-slider-section .main-slider {
    
    max-height: max-content;
}

.section_title {

    text-align: center;
}
  .room-gallery .room-link img {
    object-fit: fill !important;
}
/****اقسام تفاعلي**************/

@media(min-width:992px) {
.room-gallery .swiper-slide {
    width: 32%!important;
}
  .room-gallery .room-link img {
    object-fit: fill !important;
}
}
/**********/
@media(max-width:768px) {
  .main-slider-section .content {
    height: 55vh !important;
}
  .footer-store-section {
    text-align: center;
    margin-right: unset;
    margin-left: unset;
}
  .rtl .footer-about-us-div {
  
    padding-left: 0;
}
  .footer-about-logo {
 
    margin: auto;
}
  footer .justify-content-between {
  
    justify-content: center !important;
}

  .footer-store-section .mob-section {
 
    align-items: center !important;
    justify-content: center;
}
  .footer-bottom-section {
 
    background: #ffff;
}
}