/* NG-hero-section */
[dir=rtl] .NG-hero-section .wrapper {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 800px;
    margin-right: 0;
    align-items: center;
}
.NG-hero-section a {
    background-color: transparent;
    font-size: 20px;
}
.NG-hero-section p {
    display: block !important;
}
section.NG-hero-section .subtext-bottom {
    display: none !important;
}
@media (max-width: 576px) {
    [dir=rtl] .NG-hero-section .wrapper {
        top: 100%;
        right: 50%;
        transform: translate(50%, -115%);
        gap: 10px;
    }
}

/* NG-Categories */
.NG-categories h1,
.NG-categories p {
    text-align: center;
}
.NG-categories p {
    font-weight: 300 !important;
}
.NG-categories .card-inner {
    width: 100%;
    height: 470px;
}
.NG-categories .card-back-overlay {
display: none;
}
@media (max-width: 1024px) {
    .NG-categories .card-inner {
        height: 370px;
    }
}
@media (max-width: 768px) {
    .NG-categories .card-inner {
        height: 270px;
    }
}
@media (max-width: 576px) {
    .NG-categories .card-inner {
        height: 370px;
    }
    .NG-categories .card-inner {
        width: 100%;
        height: 300px;
    }
    .NG-categories .card-inner img {
        object-fit: contain;
        background-color: redl
    }
    .NG-categories p {
        font-size: 12px;
    }
    .NG-categories a p {
        font-size: 16px;
    }
    .NG-categories {
        padding-inline: 3rem !important;
    }
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 305px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 225px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 250px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    a.banner-entry{
        height: 180px;
    }
}
/* Categories List End */

/* section .sticky */
section .sticky img {
    object-fit: contain;
    object-position: left;
}