/* Add custom CSS styles below */
.main-nav-container .mobile-menu ul li a {
  color:#fff;
}
 .fixed-pinned .mobile-menu ul li a span {
  color:  var(--color-primary);
}
/***/

.categary ul li {
  align-self: start;
}

/**/
/*logo*/
.navbar-brand img {
 
  width: auto;
  max-height: unset;
  filter: brightness(0.5);
  height: 3rem;
}

/**/

.h-\[85vh\].relative{
height:100vh;
}
/**/
.h-\[85vh\].relative .text-center {
    text-align: ;
    position: absolute;
    left: 24rem;
}

.h-\[85vh\].relative .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0 !important;
}

.h-\[85vh\].relative .lg\:text-\[20px\] {
    font-size: 20px;
    text-align: justify;
}
/**/
/* بانر ثابت */
@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 {
    top: 30% !important;
}
.Furniture .relative:last-of-type .absolute {
  top: 30% !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;
}
/**/



/* بانر ثابت */

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

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

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


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

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

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



/**/

.h-\[85vh\].relative .text-center {
    text-align: ;
    position: absolute;
    left: 0rem;
}

.h-\[85vh\].relative .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin:auto !important;
}

.h-\[85vh\].relative .lg\:text-\[20px\] {
    font-size: 20px;
    text-align: center ;
}
/**/



.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: 0;
    background-color: #000000a6;
    padding: 1.4rem 0;
    width: 100% !important;
}

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

/* Whiten Logo */
.navbar-brand img {
    filter: brightness(0) invert();
}