.topNav {
    background-color: #f6d7da;
    padding: 10px 0;
}

.about_section__left img {
    height: 76vh;
    width: 100%;
    object-fit: cover;
}
.about_section__right {
    text-align: justify;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

@media (max-width:576px) {
    .about_section__right {
        margin-top: 5%;
    }
    .about_section__left img {
        height: auto;
        width: 100%;
    }
}

.topNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--black-color);
}

.topNav_content__left,
.topNav_content__right {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.topNav_content a {
    color: var(--black-color) !important;
}

.myNav_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logo img {
    width: 300px;
}

.menu {
    background-color: var(--white-color);
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.menu ul {
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    text-transform: capitalize;
    font-size: 18px;
    padding: 1rem 0;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--black-color);
}

.menu ul li a:hover {
    color: var(--main-color);
}

.myNav.sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: 0.3s ease all;
}

.cart,
.whishlist {
    position: relative;
}

.cart span,
.whishlist span {
    position: absolute;
    right: -12px;
    top: -12px;
    background-color: var(--main-color);
    color: var(--black-color);
    border-radius: 100%;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myNav_bg {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    background-color: #211f20;
}

.header_icon {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: end;
}

.header_icon i {
    color: var(--white-color);
    cursor: pointer;
    font-size: 20px;
}

.search_icon {
    position: relative;
    top: 22%;
}

.search_icon input {
    border: 1px solid #fff;
    padding: 10px;
    width: 50%;
    height: 60%;
    outline: none;
}

.search_icon button {
    position: absolute;
    top: 0;
    border: none;
    outline: none;
    width: 15%;

    height: 60%;
    background-color: var(--main-color);
    color: var(--black-color);
}

/* banner_box */
.banner_box {
    position: relative;
}

.banner_box__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner_box__content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: var(--white-color);
}

.banner_box__content h1 {
    font-size: 75px;
    text-transform: capitalize;
}

.banner_box__content p {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 1rem !important;
    font-size: 18px;
}

.myBtn {
    margin-top: 2rem;
}

.banner_slider .slick-dots {
    line-height: 0 !important;
    bottom: 3rem;
}

.slick-dots li {
    height: 12px !important;
    width: 12px !important;
    background-color: #ccc !important;
    border-radius: 100%;
}

.slick-dots li.slick-active {
    background-color: var(--main-color) !important;
    transition: 0.3s ease;
}

.banner_slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots li button::before {
    display: none !important;
}

.brand_slider .slick-track{
    display: flex;
    align-items: center;
}

.brand_box__img img{
    width: 80%;
    height: 150px;
}

@media(max-width:576px){
    .brand_box__img img{
    width: 80%;
    height: 100px;
}
}

/* categories_wrapper */
.global_wrapper {
    padding: 50px 0;
}

.global_content {
    margin-top: 2rem;
}

.main_heading h2 {
    color: var(--black-color);
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 700;
}

.categories_box__img img {
    width: 100%;
    height: 450px;
    padding: 4px;
    object-position: top;
    object-fit: cover;
    border: 5px solid var(--black-color);
}

.categories_box__img {
    position: relative;
}

.add_cart a {
    display: flex;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 5px;
    text-transform: capitalize;
    cursor: pointer;
    position: absolute;
    background-color: var(--black-color);
    color: var(--white-color);
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease all;
}

.whislist--btn a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 2px 10px;
    background-color: transparent;
    color: var(--secondory-color);
    border: none;
    outline: none;
    background-color: var(--white-fade);
}

.whatsapp_btn {
    position: fixed;
    bottom: 1.5rem;
    left: 2rem;
    z-index: 999;
}

.whatsapp_btn img,
.call_btn img {
    width: 80px;
}

.call_btn {
    position: fixed;
    bottom: 1.5rem;
    right: 2rem;
    z-index: 999;
}

.whatsapp_btn img,
.call_btn img {
    width: 55px;
}

.sale span {
    position: absolute;
    left: 10px;
    top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background-color: var(--black-color);
    padding: 0px 10px;
    color: var(--white-color);
}

.categories_box:hover .add_cart a {
    visibility: visible;
    opacity: 1;
    transition: 0.4s ease all;
    color: white;
}

.categories_box {
    margin-right: 10px;
}

.categories_box__content h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 1rem;
    font-weight: 600;
    color: #000;
}

.categories_box__content p {
    margin-top: 3px;
    font-size: 20px;
}

.categories_slider .slick-dots,
.testimonial_slider .slick-dots {
    bottom: -3rem;
}

.categories_slider .slick-dots li {
    /* background-color: #ddd !important; */
    border: 1px solid #000;
    background-color: transparent !important;
}

.categories_slider .slick-dots li.slick-active {
    background-color: var(--black-color) !important;
}

.white_bg {
    background-color: var(--white-color);
}

/* testimonial_box */
.testimonial_box {
    background-color: var(--main-color);
    border-radius: 5px;
    padding: 1.5rem;
    margin-right: 12px;
    text-align: center;
}
.testimonial_box__parra p em {
    font-style: normal !important;
}
.testimonial_box__parra p {
    margin: 1rem 0 !important;
}

/* new_launch__content */
.new_launch__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.new_launch__img img {
    width: 100%;
    height: 1070px;
    object-fit: cover;
    object-position: top;
    padding: 4px;
    background: #fff;
}

.menu_icon {
    display: none;
}

.mobileNav {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    transition: 0.3s ease;
    z-index: 999;
}

.mobileNav.active {
    left: 0;
    transition: 0.3s ease;
}

.mobile_header {
    display: flex;
    background-color: #211f20;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
}

.mobile_header__logo img {
    width: 220px;
}

.cancel_btn i {
    cursor: pointer;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
}

.mobileNav_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--white-color);
}

.mob-menu ul li a {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
    color: var(--black-color);
}

/* Show animation when mobileNav is active */
.mobileNav.active .mob-menu ul li {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animation delay */
.mobileNav.active .mob-menu ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.mobileNav.active .mob-menu ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.mobileNav.active .mob-menu ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.mobileNav.active .mob-menu ul li:nth-child(4) {
    transition-delay: 0.4s;
}

.mobileNav.active .mob-menu ul li:nth-child(5) {
    transition-delay: 0.5s;
}

.mobileNav.active .mob-menu ul li:nth-child(6) {
    transition-delay: 0.6s;
}

.mobileNav.active .mob-menu ul li:nth-child(7) {
    transition-delay: 0.7s;
}

.mobileNav.active .mob-menu ul li:nth-child(8) {
    transition-delay: 0.8s;
}

.mobileNav.active .mob-menu ul li:nth-child(9) {
    transition-delay: 0.9s;
}

.mob-menu ul li {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.mobile_social {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
}

.mobile_social p {
    font-weight: 500;
    text-transform: capitalize;
}

.mobile_social__icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.mobile_social__icons a img {
    width: 62px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.cod-pay-flex {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 20px;
}

.cod {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.cod label {
    cursor: pointer;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.cod input {
    accent-color: var(--black-color);
    height: 16px;
    width: 16px;
    transition: 0.3s ease-in;
    border-radius: 100%;
}

.product_input__box-inner .colord {
    color: black !important;
    font-size: 15px !important;
}

@media (max-width: 1440px) {
    .new_launch__img img {
        height: 850px;
    }

    .new_launch__content .categories_box__img img {
        height: 340px;
    }

    .categories_box__content h3 {
        font-size: 20px;
        margin-top: 6px;
    }
}

@media (max-width: 1200px) {
    .menu ul {
        gap: 2rem;
    }

    .menu ul li a {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .menu,
    .search_icon {
        display: none;
    }

    .categories_box__content h3 {
        font-size: 16px;
    }

    .menu_icon {
        display: flex;
        align-items: center;
    }

    .menu_icon i {
        color: var(--white-color);
        font-size: 32px;
    }

    .new_launch__content {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .categories_box__content p {
        font-size: 14px;
    }

    .mobileNav_content {
        width: 80%;
    }

    .add_cart a {
        font-size: 13px;
    }

    .topNav_content__left,
    .topNav_content__right {
        display: none;
    }

    .new_launch__content .categories_box {
        margin: 0;
    }

    .header_icon {
        gap: 1rem;
    }

    .header_icon i {
        font-size: 15px;
    }

    .menu_icon i {
        font-size: 25px;
    }

    .topNav_content {
        justify-content: center;
    }

    .search_icon {
        display: none;
    }

    .categories_box__img img,
    .new_launch__content .categories_box__img img {
        height: 245px;
    }

    .global_wrapper {
        padding: 35px 0;
    }

    .global_content {
        margin-top: 2rem;
    }

    .main_heading h2 {
        font-size: 25px;
    }

    .main_heading h2 img {
        width: 35px;
    }

    .new_launch__img img {
        height: auto;
    }
}

@media (max-width: 576px) {
    .mobileNav_content {
        width: 90%;
    }
    .myNav_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    .sale span {
        font-size: 12px;
    }

    .logo img {
        width: 200px;
    }

    .topNav {
        padding: 5px 0;
        display: none;
    }

    .topNav_content p {
        font-size: 12px;
    }

    .testimonial_box {
        margin-right: 0;
    }

    .header_icon {
        margin-right: 12px;
    }
}

@media (max-width: 420px) {
    .main_heading h2 {
        font-size: 22px;
    }
}
