/* Font */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');
body {
  font-family: "Baloo Bhaijaan 2", sans-serif;
}

/* Header */
#mainnav,
#mainnav .the-logo {
    height: unset !important;
}
.NG-header .navbar-brand.the-logo img {
    height: 7rem;
}
.mm-ocd--open {
    background: rgb(255 255 255 / 46%);
}
@media (max-width: 576px) {
    .NG-header .navbar-brand.the-logo img {
        height: 4rem;
    }
}

/* Main Banner */
[dir=rtl] .NG-hero-section .wrapper {
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    right: unset;
    max-width: 500px;
}
[dir=rtl] .NG-hero-section .wrapper h1 {
    max-width: 700px;
}
[dir=rtl] .NG-hero-section .wrapper p {
    display: none !important;
}
[dir=rtl] .NG-hero-section .subtext-bottom {
    display: none !important;
}
[dir=rtl] .NG-hero-section .s-slider-thumbs {
    bottom: 5%;
}
@media (max-width: 576px) {
    [dir=rtl] .NG-hero-section .banner-wrapper {
        background-position: 90%;
    }
    [dir=rtl] .NG-hero-section .wrapper {
        max-width: 151px;
        left: 2%;
        top: 31%;
        gap: 8px;
    }
    [dir=rtl] .NG-hero-section .wrapper h1 {
        max-width: 200px;
        font-size: 18px;
    }
    [dir=rtl] .NG-hero-section .button {
        padding: 2px 16px;
        font-size: 14px;
    }
}

/* cats 1 */
.NG-categories .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 600px;
    margin-inline: auto;
}
@media (min-width: 1024px) {
    .NG-categories .container {
        max-width: 94%;
    }
}
@media (max-width: 1024px) {
    .card-back-overlay {
        display: none;
    }
}
@media (max-width: 576px) {
    .NG-categories .card-inner {
        height: 160px;
    }
}

/* NG-marquee-banner */
section.NG-marquee-banner {
    margin-top: 2rem;
}

/* Categories List Start */
section.s-block.s-block--banners.container {
    margin-bottom: 3rem;
}
section.s-block.s-block--banners.container .grid {
    gap: 1rem;
    max-width: 992px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 360px;
    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;
}
/* 2 */
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry {
    height: 200px;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry:first-child {
    grid-row: 1/3;
    height: 100%;
}

@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 480px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 310px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    a.banner-entry{
        height: 170px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry:first-child {
        height: 310px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry {
        height: 150px;
    }
}
/* Categories List End */

/* Products */
.NG-products {
    margin-top: 3rem;
}

/* Center Headigs */
.products-slider h1,
.NG-testimonials h2 {
    text-align: center;
}

/* banner--fixed */
.banner--fixed img {
    background-color: transparent;
}

/* Mobile Banners */
section:has(img[src *= '9a5d-5343bd9ebd2a_1440x150']),
section:has(img[src *= '166021a53236_849x900']) {
    margin-bottom: 2rem;
}
section:has(img[src *= '9a5d-5343bd9ebd2a_1440x150']) {
    display: none;
}
@media (min-width: 576px) {
    section:has(img[src *= '166021a53236_849x900']) {
        display: none;
    }
    section:has(img[src *= '9a5d-5343bd9ebd2a_1440x150']) {
        display: block;
    }
}