/* Add custom CSS styles below */
/**/


@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=El+Messiri:wght@400..700&family=Lemonada:wght@300..700&display=swap');


*{
  font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;
}

/*logo*/
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 79px;
}
.navbar-brand img {
    max-height: 5rem;
    width: auto;
    max-width: 100px;
}
/*logo*/

body.index .store-header {

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


/****/
/*categary*/
.categary .container h2 {
    text-align: center;
}

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


.Questions .w-full.absolute{

    background: #8e0855;
}

.bg-\[var\(--m-color\)\] {
    background-color: #0b9f8e;
}



@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: 0rem;
}
.Furniture .relative:last-of-type .absolute {
  bottom: 0% !important;
    padding: 0rem;
}

.Furniture .relative button {
    border: 1px;
    background: #8e0855;
    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;
}
/**/



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

/*footer */

.copyright-text p {

    color: #000 !important;
}

.copyright-text a:hover {
    color: #000 !important;
}




@media(max-width:768px){
/****/
.h-\[85vh\].relative .m-auto p {
    text-align: center;
    font-size: 21px;
    line-height: 1.5;
}

.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: #ffffff85;
}
 .h-\[85vh\].relative .absolute {
    padding-left: 0;
    padding-right: 0;
}


 .rooms .s-slider-container .s-slider-swiper-wrapper .swiper-slide .overlay {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.text-\[var\(--m-color\)\] {
    color: var(--m-color);
    text-align: center;
}

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

/**/

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

}