.navbar-brand img {
 
  width: auto;
  max-height: unset;

  height: 8rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 7rem;
}



/**/
.h-\[85vh\].relative {
  margin-top: 100px !important;
}

.h-\[85vh\].relative .flex {
    margin: 0 !important;
}

.h-\[85vh\].relative .m-auto{
margin:0;
}

.h-\[85vh\].relative .m-auto p{
    text-align: start;
    font-size:25px;
    
}

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

/* بانر صوره */
.banner.txt .container .flex {
  width: 55%;
  justify-content: center;
}
.banner.txt .container .flex h1 {
  color: var(--color-primary);
}

.banner.txt .container .flex a {
  color: var(--color-primary);
}
.banner.txt .container .flex button {
  border: 1px solid var(--color-primary);
}

.banner.txt .relative > div {
  background: var(--color-primary);
}

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

.counts span{

  color:#fff;
}

/* بانر صوره */


/**/
/* منتجات خاصه */
.rooms h1 {
  color: #fff;
  font-size: 35px;
}
/* منتجات خاصه */
/**/
/*footer*/
.store-footer__inner {
  background-color: var(--color-primary) !important;
}
.store-footer__inner .container {
  color: #282c38;
}

.s-contacts {
  color: #282c38;
}
.store-footer > div:nth-child(2) {
  background-color: #282c38 !important;
}

.store-footer > div:nth-child(2) p {
  color: #ffffff;
}
footer *{
  color: #fff;
}
.container p a {
  color: #ffffff;
}
.store-footer a:hover {
  color: #fff;
}

/**/

.copyright-text p {

    color: #fff;
}
.hover\:text-primary:hover {

    color: #ffffff;
}
/* footer  */
@media (max-width: 768px) {
  .sicon-search:before {
    content: "\ef09";
    color: unset;
  }
  .sicon-user:before {
    content: "\f078";
    color: unset;
  }

.head_img {
    height: 50vh;
}


.h-\[85vh\].relative .m-auto p{
    text-align: center;
    font-size:30px;
    
}

.h-\[85vh\].relative{
height:60vh;
}

.h-\[85vh\].relative .flex {
    margin: auto !important;
    padding: 6px;
}
.details-sec .grid {
    height: 100vh !important;
    grid-template-rows: unset;
}

.Services .flex.conatiner {
    justify-content: space-between;
    flex-direction: row;
}





.catagary .container .text-center {
  width: 120px !important;
}

  .sicon-shopping-bag:before {
    content: "\ef36";
    color: unset;
  }
  .rooms h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
}
section:nth-child(1 of .main) .text-center {
  position: absolute;
  text-align: center;
  background: #ffffff3d;
  width: 100%;
}

.Furniture h1 {
  color: #fff;
  font-size: 25px !important;
  width: 100%;

}

section:nth-child(1 of .main) .text-center {
    left: 0 !important;
    right: 0 !important;
}

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

  section:nth-child(1 of .mian) .h-full h1 {
    font-size: 36px !important;
  }
  section:nth-child(1 of .mian) .h-full p {
    color: #fff;
  }

section:nth-child(1 of .main) .h-full h1 {
    color: #000;
    font-size: 25px !important;
}

  .h-full .h-full h1 {
    font-size: 24px !important;
  }

  .h-full .h-full p {
    font-size: 20px !important;

    line-height: 28px;
  }

  section.relative .head_img > div {
    margin-right: 0;
    justify-content: center;
    position: relative;
  }
  section.relative h1 {
    font-size: 34px !important;
    line-height: 4rem;
    margin-top:0;
  }
  section.relative p {
    font-size: 16px !important;
    opacity:1;
  }

  section.relative .text-center {
    max-width: 100%;
    position: absolute;
    bottom: 1;
    background-color: #000000a6;
    padding: 1.4rem 0;
}

  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .furnitur_offer img {
    height: 350px;
    width: 420px;
  }
}
@media (max-width: 500px) {
  .furnitur_offer img {
    height: 150px;
    width: 420px;
  }
}


/*** Edits ***/
@media (max-width: 992px) {
    .product-single article {
        gap: 0.5rem;
    }
    .product-single article p,
    .product-single article li,
    .product-single blockquote{
        font-size: 15px;
        line-height: 1.8;
    }

}