/* بانر ثابت */
@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 .relative > div {
  background: var(--color-primary) !important;
}


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

.copyright-text p {

    color: #fff !important;
}

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



@media (max-width: 768px){
.Services .flex.conatiner {
    justify-content: space-between;
    flex-direction: row;
}
.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;
}

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

}