/**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;

}

/**/



.navbar-brand img {
    max-height: 7rem;
    width: auto;
    max-width: 100px;
    filter: brightness(0.0)invert(1);
}/* Add custom CSS styles below */ 

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: unset;
    filter: brightness(0.0);
}
/* بانر ثابت */
@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;
}


/**/


/* بانر صوره */
.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;
}


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

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

.counts span{

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

footer .store-footer__inner a img {
  filter: brightness(0.0)invert(1);
}



@media (max-width: 768px) {
/* Main banner height*/

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

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

/**/

  /*/*Store features*/
.Services .flex.conatiner {
    justify-content: space-between;
    flex-direction: row;
}
.h-\[85vh\].relative .flex {
    margin: auto !important;
    padding: 0px;
}


.h-\[85vh\].relative .text-center {
    text-align: center;
    background: #ffffffc9;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px;
}


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

}