.navbar-brand img {
    max-height: 6rem;
    width: auto;
    max-width: 150px;
    filter: brightness(0.0)invert(1);
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 7rem;
    filter:unset;
}

.main-nav-container.fixed-pinned .main-menu > li > a {
   
    color: #ac8b43;
}
.main-nav-container .mobile-menu ul li a {
    color: #ffffff;
 
}
/* بانر ثابت */
.h-\[85vh\].relative .text-center {
    text-align: start;
    /* margin: 0 !important; */
}
.h-\[85vh\].relative .text-center a {
 

    margin: 0 !important;
}
.lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0 !important;
}


.categary h2 {
    text-align: center;
}
@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-color: #ac8b43;
    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 transparent;
}

.Furniture button a {
  color: #fff;
}
/**/
.h-\[85vh\] {
    height: 100vh !important;
}
/* counts*/
.media .shape {
  background-color: var(--color-primary);
}
.media .shape p {
  color: #fff;
}
.counts span{

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

@media (max-width: 768px) {
.navbar-brand img {
    max-height: 8rem;
    width: auto;
    max-width: 100px;
    filter: brightness(0.0)invert(1);
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px;
    filter: brightness(0.5);
}
/***/
.h-\[85vh\].relative .m-auto p {
    text-align: center;
    font-size: 21px;
    line-height: 1.5;
}

.h-\[85vh\].relative .text-center a {
    margin: auto !important;
}
.h-\[85vh\].relative {
    height: 60vh !important;
}
.h-\[85vh\].relative .flex {

    padding-bottom: 8px;
    align-items: end;
    margin-bottom: 0px !important;
}

.h-\[85vh\].relative .text-center {
    text-align: center;
    padding: 20px 0;
    background: #0000003b;
}
 .h-\[85vh\].relative .absolute {
    padding-left: 0;
    padding-right: 0;
}


.Furniture h1 {

    font-size: 24px !important;
   
}

.Furniture .relative .absolute h1 {
    padding: 0rem 1rem !important;
    line-height: 42px;
}

 .rooms .s-slider-container .s-slider-swiper-wrapper .swiper-slide .overlay {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}


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

/**/

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


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

}