.lg\:aspect-\[16\/10\] {
    aspect-ratio: auto;
}
@media (min-width: 1024px) {
    #main-content > section:nth-child(12) > div > div {
        margin-top: -275px;
    }
}
.navbar-brand img {
    max-height: 5rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 81px;
}
.banner--fixed img {
  background-color: rgb(255 255 255);
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-color: white;
}
/* --------------------------------- 2. أول بانر (الهيرو) --------------------------------- */
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) > .container {
  max-width: 100%;
  margin-top: 0;
padding:0;
}

#main-content > section:nth-child(2) {
    margin-top: 0px;
}
.banner-entry {
    height: 332px;
}
@media (max-width: 767px) {
    .banner-entry {
        height: 195px;
    }
}