.hero-header {
    background-image: url("/assets/img/image 5.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
}

.hero-header::before {
    content: "";
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.56) 3.38%,
        rgba(0, 0, 0, 0) 59.87%
    );
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 50%;
    z-index: 9;
}

.mp_hero_banner_section {
    background-color: #dce0e8;
    padding: 0;
    padding-bottom: 50px;
}

.mp_hero_banner_section > div > div {
    min-height: 100vh;
}

.mp_hero_banner_section .hero-banner-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 700px;
    left: 12px;
    z-index: 9;
}

.mp_hero_banner_section .hero-data-div {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 50%);
    padding: 0;
    overflow: hidden;
}

@media screen and (max-width: 570px) {
    .mp_hero_banner_section .hero-banner-div {
        width: calc(100% - calc(var(--bs-gutter-x)));
        left: calc(var(--bs-gutter-x) * 0.5);
    }
    .mp_hero_banner_section .hero-data-div {
        width: calc(100% - calc(var(--bs-gutter-x)));
        left: calc(var(--bs-gutter-x) * 0.5);
    }
    .mp_hero_banner_section .hero-data-div i {
        font-size: 1.5rem !important;
    }
}

.mp_hero_banner_section .hero-banner-div .hero-details {
    padding: 20px 25px;
}

.mp_hero_banner_section .hero-banner-div .hero-details h1 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.mp_hero_banner_section .hero-banner-div .hero-details h1 span {
    color: #f00;
}

.mp_hero_banner_section .hero-banner-div .hero-details .num-slider {
    height: 40px;
}

.mp_hero_banner_section .hero-banner-div .hero-details .num-slider p {
    position: absolute;
    left: 0%;
    right: 0%;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    font-size: 14px;
    -webkit-animation: rotateWord 3s ease-in-out infinite 0s;
    -ms-animation: rotateWord 3s ease-in-out infinite 0s;
    animation: rotateWord 3s ease-in-out infinite 0s;
}

.mp_hero_banner_section
    .hero-banner-div
    .hero-details
    .num-slider
    p:nth-child(2) {
    -webkit-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

/* ============ desktop view ============ */
@media all and (min-width: 768px) {
    .sidebar li {
        position: relative;
    }

    .sidebar li .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0%;
        min-width: 240px;
    }

    [dir="rtl"] .sidebar li .submenu {
        right: 100%;
        left: auto;
    }

    .sidebar li:hover {
        background: var(--bs-light);
    }
    .sidebar li:hover > .submenu {
        display: block;
        width: 100%;
    }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 767px) {
    .sidebar .submenu,
    .sidebar .dropdown-menu {
        position: static !important;
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
}
/* ============ small devices .end// ============ */

.sidebar .nav-link {
    font-weight: 500;
    color: var(--bs-dark);
}
.sidebar .nav-link:hover {
    background: var(--bs-light);
    color: black !important;
}

.br-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.owl-nav {
    display: none;
}

.coming-soon {
    background-color: #dce0e8;
    background-image: url(../img/soon.png);
    background-repeat: no-repeat;
    background-position: right;
}

.soon-text {
    color: #0b3954;
}

.shop-banner {
    background-image: url(https://marketplace-dev.hyphenscs.com/assets/img/shop-bg.png);
    background-size: cover;
    background-position: center;
    padding: 140px 0 30px 0;
}

.shop-banner .section-heading {
    color: #000;
    font-family: poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    position: relative;
}

.shop-banner .section-heading span {
    color: #f00;
}

.shop-banner .section-heading::after {
    display: none;
}
