/* Font */
@font-face {
  font-family: 'DINNextLT';
  src: url('https://wpazzrk.github.io/Moaaz/Fonts/DINNextLTArabic-Regular-3.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'DINNextLT', sans-serif;
}

/* Header */
#mainnav {
    height: unset !important;
}
@media (min-width: 768px) {
    .navbar-brand img {
        max-height: unset;
        height: unset;
        width: unset;
        max-width: 130px;
    }
}

/* s-tabs-active */
.tabs .s-tabs-active {
    background: linear-gradient(90deg, #752083, #920967);
}

/* GR_subbanner */
section.GR_subbanner div:has( > .w-full[data-sal-easing="ease-out-sine"] ) {
  height: 60vh;
}
section.GR_subbanner .container {
  margin-right: 5%;
}
section.GR_subbanner .w-full[data-sal-easing="ease-out-sine"] {
  display: none;
}
@media (max-width: 768px) {
  section.GR_subbanner div:has( > .w-full[data-sal-easing="ease-out-sine"] ) {
    height: 30vh;
    justify-content: end;
    padding: 1rem;
    background-image: linear-gradient(0deg, #ffffffaa, transparent);
  }
  section.GR_subbanner .container {
    padding: 0;
    margin-right: 0;
  }
}

/* Footer */
.store-footer a:has( img[alt="Electatra"] ) {
    justify-content: center;
}
.store-footer img[alt="Electatra"] {
    height: unset;
    max-width: 150px;
}