/* Add custom CSS styles below */ 
/**/
/*header bg-#fff*/



.main-nav-container .mobile-menu ul li a {

    font-size: 16px;
}



body.index .store-header {
position: relative;  
}
.bg-inherit {
    background-color: #ffffffff;
}




/* تصفيات */
.categary ul li {
  align-self: start;
}
.categary .container h2 {
  text-align: center;
}
.container ul {
  justify-content: center;
  gap: 2rem;
}
/* تصنيفات */

/* بانر ثابت */
@media (min-width: 1024px) {
  .Furniture .container {
    flex-direction: row;
  }
}
/*Furniture*/
.Furniture .absolute {
  left: 0% !important;
  background-color: transparent;
  padding: 1rem 0;
  width: 100%;
}

.Furniture .relative .absolute {
  bottom: unset;
  top: unset;
}
.Furniture .relative .absolute h1 {
  padding: 0rem 1rem !important;
  line-height: 50px;
}

.Furniture .relative:first-of-type .absolute {
    bottom: 0% !important;
}
.Furniture .relative:last-of-type .absolute {
  bottom: 0% !important;
}

.Furniture .relative button {
  border: 1px solid #fff;
  background-color: transparent;
}

.Furniture h1 {
  color: #fff;
  font-size: 38px !important;
  width: 100%;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.Furniture button {
  color: #fff;
  border: 1px solid #ffff;
}

.Furniture button a {
  color: #fff;
}
/**/

/* counts*/
.media .shape {
  background-color: var(--color-primary);
}
.media .shape p {
  color: var(--color-primary);
}

.counts span{

  color:#fff;
}
/****/


@media (max-width: 768px) {
 .rooms .s-slider-container 
.s-slider-swiper-wrapper .swiper-slide .overlay {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

  .details-sec .grid {
    height: 100vh !important;
    grid-template-rows: repeat(3, 1fr);
}

.details-sec .grid > div:first-child {
    grid-row: span 1;
}
.details-sec .grid > div:nth-child(2) {
    grid-row: span 1;
  
}
.not-show .zoom-container:nth-of-type(3){

  grid-row: span 1;
    
}
 /*/*Store features*/
.Services .flex.conatiner {
    justify-content: space-between;
    flex-direction: row;
}

/**/

  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
}