.NG-hero-section .wrapper {
    top: 40%;
}
.NG-hero-section-0 .button {
    background-color: transparent;
}

.s-block__title {
    justify-content: center;
    font-size: 2rem !important;
}

.s-block__title h2{
    font-size: 2rem !important;
}

.s-block__title h2:after{
    content: "تفاصيل دقيقة ونتائج تليق بكِ";
    font-size: 1rem !important;
    color: #5B5B5B;
    margin-top: 1rem;
    display: block;
    text-align: center
}

.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}



/* Categories */
.s-block--banners{
  margin-bottom: 3rem !important
}

.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 400px;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 240px;
    }
  .s-block--banners .grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}
@media(min-width:992px){
.GL-promotional-banner-3 .grid > div:nth-child(2) > div:nth-child(1) .relative.z-10 {
    transform: translateX(-80%);
}
}



.NG-main-banner  .text-wrapper{
    max-width: 500px;
}
@media(max-width:992px){
  .NG-main-banner  h1{
  max-width: 200px !important
}
.NG-main-banner  .text-wrapper{
    max-width: 220px;
}
  .s-block__title h2:after{
    font-size: 0.8rem !important
  }
  .s-block__title h2{
    font-size: 1.2rem !important;
}
}

/* Hover Effect */

.banner-entry > div {
    background-repeat: no-repeat;
    display: inline-block;
    transition: 0.3s;
}

.banner-entry > div:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}

.banner-entry > div:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.banner-entry > div:active:after {
    opacity: 0;
}

.banner-entry > div:not(:hover) {
    transform: scale(0.95);
}