.main-menu .sub-menu {
background-color: #7d3e66;
}

.bottom-14 {
bottom: 6rem;
}
.banner--fixed img {
background-color: transparent;
}
.unicode {
  unicode-bidi: plaintext;
  display: none;
}
.s-contacts-list-vertical {
  flex-direction: row;
}
@media (min-width: 992px) {
  .s-contacts-list {
    display: flex;
    gap: 0.5rem;
    margin-left: -10px; 
    margin-right: -15px;
  }
}
.store-footer::after {
    content: "برمجـة و تطويـر ADFAZ";
    display: block;
    text-align: center;
    color: #511a3d !important;
    font-size: 20px;
    opacity: 0.6;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    animation: moveText 4s ease-in-out infinite alternate;
}

/* حركة النص */
@keyframes moveText {
    0% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(10px);
    }
}
html, body {
  overflow-x: hidden !important;
}