/* Add custom CSS styles below */ 
/* بانر ثابت */
@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;
}
.Furniture .relative:last-of-type .absolute {
  bottom: 0% !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 .relative > div {
  background: var(--color-primary) !important;
}


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



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

.counts span{

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



@media (max-width: 768px) {

.h-\[85vh\].relative{
height:60vh;
}
.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: #00000085;
}
 .h-\[85vh\].relative .absolute {
    padding-left: 0;
    padding-right: 0;
}
  /*/*Store features*/
.Services .flex.conatiner {
    justify-content: space-between;
    flex-direction: row;
}

/**/

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

.Furniture .relative .absolute h1 {
 
    font-size: 30px !important;
}
.banner.txt .container .flex h1 {
    font-size: 14px !important;
    line-height: 30px;
}
  footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

}