.slider-bannars-moving {
  height: 90vh !important;
}
.top-navbar {
  display: none;
}
.landing-page-first-banner:first-of-type .txt {
  justify-content: flex-end !important;
  margin-bottom: 10rem;
}
.landing-page-first-banner:first-of-type .item-text {
  align-items: center !important;
}
.header-btn {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}
.landing-page-fixed-bannar-4 {
  max-height: 600px !important;
  margin-bottom: 5rem !important;
}
.landing-page-fixed-bannar-4 a {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.landing-page-fixed-bannar-4 h1 {
  line-height: 1.5 !important;
}
.landing-page-fixed-bannar-4 a p {
  line-height: 2 !important;
  font-size: 16px !important;
}
.landing-page-fixed-bannar-6 {
  height: 700px !important;
  margin-bottom: 5rem !important;
  justify-content: flex-end !important;
  padding: 1rem;
  @media(max-width: 768px) {
    justify-content: center !important;
  }
}
.landing-page-fixed-bannar-6 a button {
  background-color: #fff !important;
}
.landing-page-fixed-bannar-6 .txt {
    text-align: end;
    width: fit-content !important;
    margin: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    @media(max-width: 768px) {
      align-items: center;
    }
}
.landing-page-fixed-bannar-6 .txt h1 {
  width: 100% !important;
}
@media(min-width: 768px) {
  .landing-page-fixed-bannar-6 .txt {
    margin-left: clamp(5rem, 3.2394rem + 7.5117vw, 10rem);
  }
}
.landing-page-fixed-bannar-6 .txt p {
    text-align: start;
}
.banner_ad .img1 .text {
  position: relative;
  margin-bottom: 8rem !important;
}
.banner_ad .img1 .text::after {
    content: 'تسوّق بأسلوبك – احذية وإكسسوارات وأكثر.';
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
    font-size: 16px; 
}
@media(max-width: 860px) {
  .banner_ad .img1 .text::after {
    bottom: -2.5rem;
  }
}