/* Add custom CSS styles below */ 
body.index .store-header {
position: relative;  
}


*/

.categary ul li {
  align-self: start;
}
.categary .container h2 {
  text-align: center;
}
.container ul {
  justify-content: center;
  gap: 2rem;
}

.categary .w-\[150px\] {
    width: 190px;
}
.categary .text-lg {
    font-size: 15px;

}

@media (min-width: 992px) {
section.relative h1 {
   
    font-size: 90px !important;
    text-shadow: 2px 8px 10px black;

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

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

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

/* width and bg*/
.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-color: #421A66;
    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 p {
  color: var(--color-primary);
}

.counts span{

  color:#fff;
}
/****/
.Questions .container_accordion{
max-width:100% !important;
  
}
@media (max-width: 768px) {
 
.Furniture h1 {

    font-size: 27px !important;
  
}
.h-\[85vh\].relative {
    height: 50vh !important;
}

   .rooms .s-slider-container .s-slider-swiper-wrapper .swiper-slide .overlay {
  opacity: 1;

}

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