/* Add custom CSS styles below */ 
/*header bg-#fff*/
.navbar-brand img {
    max-height: 5rem !important ;

}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px !important ;
}

.main-nav-container .mobile-menu ul li a {
    color: #000000;
    font-size: 16px;
}



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

/* تصفيات */
.category ul li {
  align-self: center;
}
.category .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;
    padding: 0;
}
.Furniture .relative:last-of-type .absolute {
  bottom: 0% !important;
   padding: 0;
}

.Furniture .relative button {
    border: 1px solid transparent !important;
    background: linear-gradient(180deg, #86B1CC 0%, #142C47 100%);

    width: 100% !important;
}
.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: linear-gradient(180deg, #86B1CC 0%, #142C47 100%);

}
.media .shape p {
  color: var(--color-primary);
}

.counts span{

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

.Questions .w-full.absolute {
    background: var(--color-primary);
}
.Questions .container_accordion{
max-width:100% !important;
  
}
.rooms .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav .s-slider-prev, .rooms .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav .s-slider-next {

    display: none;
}
.h-\[85vh\].relative .text-center {
    text-align: center;
 
    width: 100%;
    position: absolute;
    padding: 20px;
    top: 25px;
}

@media (max-width: 768px) {
  .h-\[85vh\] {
    height: 55vh;
}

/** banner slider **/
.h-\[85vh\].relative{
height:60vh;
}

.h-\[85vh\].relative .flex {
    margin: auto !important;
    padding: 6px;
}


.h-\[85vh\].relative .text-center {
    text-align: center;
 
    width: 100%;
    position: absolute;
    padding: 20px;
    top: 0px;
}

  
 .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;
}

/**/



}