﻿@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: "Figtree", sans-serif;
    font-size: clamp(15px, 2vw, 18px);
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-family: "Reddit Sans", sans-serif;
    font-size: clamp(20px, 4vw, 50px);
    font-weight: 400;
    line-height: 1.2em;
}

h2 {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    line-height: 1.1em;
    font-family: "Reddit Sans", sans-serif;
}

h3 {
    font-size: clamp(23px, 4vw, 27px);
    line-height: 1.2em;
    font-weight: 400;
    font-family: "Reddit Sans", sans-serif;
}

h4 {
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.2em;
    font-family: "Reddit Sans", sans-serif;
}

h5 {
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.2em;
    color: #181828;
    font-family: "Reddit Sans", sans-serif;
}

h6 {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4em;
    font-weight: 600; /* ya to 700 */
    font-family: "Reddit Sans", sans-serif;
}

p, a {
    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 17px);
    color: #3B3B3B;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none !important;
}

#footer ul li a:hover, .text-brown-hover:hover {
    color: #7a6a5c;
}

img {
    border-style: none;
}

.padding-100 {
    padding: 80px 0px;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.text-brown {
    color: #7a6a5c;
}

.btn-brown-style {
    position: relative;
    display: inline-block;
    padding: 11px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #7a6a5c;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

    .btn-brown-style span {
        position: relative;
        z-index: 2;
        display: inline-block;
        transition: transform 0.4s ease;
    }

    .btn-brown-style::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), transparent 70%);
        transform: skewX(-25deg);
        transition: left 0.7s ease-in-out;
        z-index: 1;
    }

    .btn-brown-style::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.05);
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 0;
    }

    .btn-brown-style:hover {
        background-color: #5e5349;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    }

        .btn-brown-style:hover::before {
            left: 120%;
        }

        .btn-brown-style:hover::after {
            opacity: 1;
        }

        .btn-brown-style:hover span {
            transform: translateX(4px);
        }

@media(max-width: 992px) {
    .btn-brown-style {
        padding: 8px 19px !important;
    }
}

.cart-icon, .search-icon {
    background-color: #7a6a5c;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .cart-icon::after, .search-icon::after {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
        transform: skewX(-20deg);
        transition: none;
    }

    .cart-icon:hover::after, .search-icon:hover::after {
        animation: shimmer-glow 1s ease-in-out;
    }

    .cart-icon:hover, .search-icon:hover {
        background-color: #d6d6d6;
        color: #7a6a5c;
        transform: scale(1.05);
        border-color: #7a6a5c;
    }

@keyframes shimmer-glow {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

/* header */

#header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 0 !important;
    z-index: 9999;
}

@media(min-width: 992px) {
    #header .navbar {
        border-radius: 1rem;
    }
}

.Kash-aur-Brush-logo img {
    width: 145px;
}

@media(max-width: 992px) {
    .Kash-aur-Brush-logo img {
        width: 115px;
    }

    .navbar-toggler {
        background: unset;
        border: unset;
    }

        .navbar-toggler:focus {
            box-shadow: unset;
        }
}

@media(min-width: 992px) {
    .brown-bg-nav {
        background: #7a6a5c;
    }
}


@media(max-width: 992px) and (min-width: 768px) {
    .navbar-toggler {
        background: #d6d6d6;
    }
}

#header .navbar-nav li a {
    color: #fff !important;
}

#header .navbar-nav .dropdown-menu li a {
    color: #7a6a5c !important;
}

#header .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #7a6a5c !important;
    color: #fff !important;
}

.dropdown-menu {
    border: 1px solid transparent !important;
}

    .dropdown-menu .dropdown-item {
        position: relative;
        padding-right: 1.5rem;
    }

/*        .dropdown-menu .dropdown-item::after {
            content: "\203A";
            position: absolute;
            right: 0.8rem;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2rem;
            color: #7a6a5c;
            transition: transform 0.3s ease;
        }*/

/*        .dropdown-menu .dropdown-item:hover::after {
            transform: translateY(-50%) translateX(3px);
            color: #fff;
        }*/

.navbar {
    position: relative;
    z-index: 9999;
}

@media(min-width: 1200px) {
    .content-shift {
        margin-left: 60px;
    }
}

@media(max-width: 992px) {
    .navbar-nav {
        background: #fff;
    }

    #header .navbar-nav li a {
        color: #000 !important;
        text-align: left;
        margin-bottom: 10px;
        border-bottom: 1px solid #00000045;
    }
}

/* footer */
#footer {
    background: url('../img/footer-bg-design-layer-img.png') #d6d6d6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    #footer ul li a {
        transition: 0.5s ease-in;
    }

@media(min-width: 576px) {

    .lh-lg li {
        position: relative;
        padding-left: 1.2em;
    }

        .lh-lg li::before {
            content: '\203A';
            position: absolute;
            left: 0;
            color: #7a6a5c;
            font-weight: bold;
            font-size: 23px;
            top: -5px;
        }
}

@media(max-width: 768px) {
    .lh-lg li::before {
        top: -9px;
    }
}

.Kash-aur-Brush-footer-logo img {
    width: 155px;
}

@media(max-width: 992px) {
    .Kash-aur-Brush-footer-logo img {
        width: 135px;
    }
}

.logo-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .logo-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 60%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.3), transparent );
        transform: skewX(-20deg);
        animation: shimmer 5s ease-in-out infinite;
    }

@keyframes shimmer {
    0% {
        left: -100%;
    }

    20% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.logo-container {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 992px) {
    .logo-container {
        justify-content: center;
    }
}

.connect-icon, .header-icon-style {
    background-color: transparent;
    padding: 0.6rem;
    border: 2px solid #7a6a5c;
    border-radius: 10px;
    color: #7a6a5c;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .connect-icon::after, .header-icon-style::after {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.5), transparent );
        transform: skewX(-20deg);
        transition: none;
    }

    .connect-icon:hover::after, .header-icon-style:hover::after {
        animation: shimmer-glow 1s ease-in-out;
    }

    .connect-icon:hover, .header-icon-style:hover {
        background-color: #7a6a5c;
        color: #fff;
        transform: scale(1.05);
        border-color: #7a6a5c;
    }

.header-icon-style {
    padding: 14px !important;
}

#header .navbar-nav .dropdown-menu li a {
    background-color: #fff;
}

@media(max-width: 1200px) and (min-width: 768px) {
    .header-icon-style {
        padding: 10px !important;
        font-size: 17px !important;
    }
}

@keyframes shimmer-glow {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.bg-brown {
    background: #7a6a5c;
}

@media(min-width: 576px) {
    .bottom-line {
        position: relative;
    }

        .bottom-line::after {
            content: '';
            width: 30px;
            height: 2px;
            background: linear-gradient(80deg, #7a6a5c 45%, #000000 100%);
            display: block;
            margin-top: 5px;
            margin-left: 1px;
        }
}


/* home */

@media(min-width: 992px) {
    #hero-section {
        position: relative;
        z-index: 5;
        top: -30px;
    }
}

#hero-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 27px;
}

#hero-section .swiper-button-prev {
    top: 50% !important;
    color: #7a6a5c !important;
    padding: 14px 30px 55px 8px !important;
    background: #fff !important;
    border-radius: 4px !important;
}

#hero-section .swiper-button-next {
    top: 50% !important;
    color: #7a6a5c !important;
    padding: 14px 30px 55px 8px !important;
    background: #fff !important;
    border-radius: 4px !important;
}

#hero-section .banner-content {
    margin: auto;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: left;
    color: #7a6a5c;
}

@media(max-width: 992px) {
    #hero-section .banner-content {
        top: 20%;
    }
}

#hero-section .swiper-horizontal > .swiper-pagination-bullets, #hero-section .swiper-pagination-bullets.swiper-pagination-horizontal, #hero-section .swiper-pagination-custom, #hero-section .swiper-pagination-fraction {
    bottom: 3% !important;
    right: 0% !important;
    width: 100%;
    left: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #7a6a5c !important;
}

.content-bottom {
    margin-bottom: -38px;
}



/*-----------------CONTACT US------------------*/
#contact-us {
    padding: 100px 0;
    background: #000 url("../img/Hanumans-Sacred-Burden-kash-aur-brush.png") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

    #contact-us .contact-details {
        padding: 30px 10px 30px 25px;
        background: linear-gradient(to left, #ffffff26 50%, #d6d6d6 50%) right;
        background-size: 200%;
        transition: background-position 0.5s ease-out, background-color 0.3s ease;
        color: white;
    }

        #contact-us .contact-details:hover {
            background-position: left;
            background-color: rgba(255, 255, 255, 0.2);
        }

        #contact-us .contact-details i,
        #contact-us .contact-details h5,
        #contact-us .contact-details p {
            color: white;
            transition: color 0.3s ease;
        }

        #contact-us .contact-details:hover i,
        #contact-us .contact-details:hover h5,
        #contact-us .contact-details:hover p,
        #contact-us .contact-details:hover p a {
            color: #000 !important;
        }

        #contact-us .contact-details::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0px;
            width: 10px;
            height: 100%;
            background: #d6d6d6;
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
        }

    #contact-us .form-floating > label {
        color: #999;
    }

.bg-grey {
    background: #d6d6d6;
}


#contact-us .form-floating > label {
    color: #999;
}
/*-----------------CONTACT US-INNER------------------*/
#contact-details .contact-box {
    height: 200px;
    align-content: center;
    padding-top: 30px;
}

#contact-details .red-line {
    border-right: 1px solid #7a6a5c;
    border-left: 1px solid #7a6a5c;
}

@media (max-width: 992px) {
    #contact-details .red-line {
        border: unset;
    }
}

#contact-details a {
    color: #000;
}

    #contact-details a:hover {
        color: #7a6a5c;
    }

#js_mobile_tabs {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #d6d6d6;
}

    #js_mobile_tabs a {
        background: none !important;
        box-shadow: none !important;
        width: 100%;
        border: none;
        text-align: center;
        padding: 10px 5px;
        color: #222;
        font-size: 20px;
        border-radius: 0;
        position: relative;
        display: block;
    }

#shop-by-category .item {
    padding-top: 100px;
    padding-bottom: 40px;
}

#shop-by-category img {
    margin-top: -60px;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

#shop-by-category .product-box {
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    color: #fff;
}

#shop-by-category a:hover .product-box {
    transform: scale(1.02);
    cursor: pointer;
}

#shop-by-category .mb_100 {
    margin-bottom: 120px;
}

.news-event-img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px -2px 4px 0px,
    /* soft top shadow */
    rgba(60, 64, 67, 0.15) 0px 6px 8px 2px;
    /* deeper top shadow */
}

.news-event-img {
    padding: 0 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -56px;
    background: #D9D9D980 !important;
    padding: 8px 15px !important;
    border-radius: 0px !important;
    color: #000 !important;
}

.owl-carousel .owl-nav button.owl-prev {
    right: 70px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

#recent_products h6 {
    color: #222222;
}

.price {
    color: #999;
    font-size: 17px;
}

.product-img {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#trending_products .item,
#recent_products .item {
    padding-top: 15px;
}

.add-to-cart {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    background: #000;
    color: #fff;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    white-space: nowrap;
    width: 100%;
    margin: 0px;
}

.product_container:hover .add-to-cart {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

#about-kash-aur-brush-meet-pam-artist {
    /*    background: url('../img/about-kash-aur-brush.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #d6d6d6;
}

#kash-aur-brush-project {
    /* background: url('../img/kash-aur-brush-project-bg.png'), url('../img/kash-aur-brush-project-bg-webp');*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% 100%;
}

#kash-aur-brush-inner-banner {
    background: url('../img/kash-aur-brush-inner-page-banner.png'), url('../img/kash-aur-brush-inner-page-banner.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media(max-width: 992px) {
    #kash-aur-brush-inner-banner {
        margin-top: 40px;
    }
}

.inner-page-heading {
    padding-top: 130px;
    padding-bottom: 120px;
}

.navs {
    margin-bottom: -41px;
}

.banner-content-small {
    background-color: #d6d6d6;
    color: #7a6a5c;
}

#hero-section .swiper-slide img {
    margin-top: 27px;
}

#header .navs {
    margin-bottom: -41px !important;
}

#header .banner-content-small {
    background-color: #d6d6d6 !important;
    color: #7a6a5c !important;
}

@media (min-width: 992px) {
    #hero-section .swiper-slide img {
        margin-top: 24px !important;
    }
}

@media (max-width: 991px) {
    #hero-section .swiper-slide img {
        margin-top: 36px !important;
    }
}

@media(min-width: 1200px) {
    .Kash-aur-Brush-logo img {
        width: 145px;
    }
}

.Kash-aur-Brush-logo img {
    width: 145px;
}

@media(min-width: 1400px) {
    .num_space {
        margin-left: 150px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .num_space {
        margin-left: 115px;
    }
}

.cart-count-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
    min-width: 18px;
    text-align: center;
    z-index: 10;
}
