/* Add custom CSS styles below */

/**El Messiri*/

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

}

/**/

 
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 60px;
    filter: brightness(0.0);
}
/* تصفيات */
.categary ul li {
  align-self: start;
}
.categary .container h1 {
  text-align: right;
}
.container ul {
  justify-content: center;
  gap: 2rem;
}

.categary h2 {
    text-align: center;
}
/* تصنيفات */

.s-slider-block__title {
    margin-bottom: 2rem;
    justify-content: 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 #fff;
    background-color: #255799;
    width: 100% !important;
}


.Furniture button {
  color: #fff;
  border: 1px solid #ffff;
}

.Furniture button {
    color: #fff;
    border: 1px solid transparent !important;
}
/**/


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

.counts span{

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


@media (max-width: 768px) {
/* Main banner height*/
.head_img {
    height: 50vh;
}
.h-\[85vh\] {
    height: 53vh;
}

.h-\[85vh\].relative .flex {
    margin: auto !important;
    padding: 0;
}
.h-\[85vh\].relative a {
    padding: 16px !important;
    width: 39%;
}

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

    padding-bottom:0x;
    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;
}


 .h-\[85vh\].relative .absolute h1 {
    font-size: 20px;
}

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

/**/

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