:root {
    --border-color-light: #ededf2;
    --base-color: #df3c4f;
    --base-green: #13814c;
}
.nav_cat_label {
    font-size: 13px;
    margin-top: 2px;
}
.cart-amount {
    font-size: 15px;
    padding: 0px 10px;
}
.cart_img {
    width: 50px;
    height: 50px;
}
.cart_item {
    font-size: 12px;
}
.f-color-light {
    color: #00000087;
    margin-bottom: 0;
}
.profileName {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.custom-mb {
    margin-bottom: 40px;
}
.bg-light-transparent {
    background-color: #120a011f !important;
}
.text-white {
    color: #fff !important;
}

.active_abc {
    border-bottom: 4px solid #df3c4f !important;
    color: #df3c4f;
    font-weight: 600;
}

.addToCard_btn,
.byNow_btn {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 10px;
    transition: 0.35s ease-in-out;
}
.addToCard_btn {
    border: 1px solid #13814c;
    background-color: #13814c;
}
.addToCard_btn:hover {
    background-color: #fff !important;
    color: var(--base-green) !important;
}
.byNow_btn {
    border: 1px solid var(--base-color);
    background-color: var(--base-color);
    display: inline-block;
}
.byNow_btn:hover {
    color: var(--base-color);
    background-color: #fff;
}

.border-bottom-1 {
    border-bottom: 1px solid var(--border-color-light);
}
.py-topbar {
    padding: 5px 0;
}
.cmt-2 {
    margin-top: 10px;
}
.bg-navbar {
    background-color: var(--base-color);
}
.logo {
    width: 102px;
}
.top_icon_left {
    gap: 30px;
    margin-right: 50px;
    align-items: center;
}

.top_icon_right {
    gap: 20px;
}
.cart-dropdown {
    min-width: 300px;
    margin-top: 0px;
}

.form-control-top {
    padding-left: 28px;
    font-size: 14px !important;
}

.authDevider {
    color: #8080808a;
    padding: 0px 6px;
}
.register,
.loginBtn {
    font-size: 12px;
    color: gray;
}

.register:hover,
.loginBtn:hover {
    text-decoration: none;
    color: var(--base-color);
}
.py-topbar-ll:hover .top_profile_icon {
    border-color: var(--base-color);
    color: var(--base-color);
}
.nav_card_container {
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
}
.category_nav_border {
    border: 1px solid #00000030;
}

.top_profile_icon {
    border: 1px solid var(--border-color-light);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px !important;
}
/* //client section css is hare  */

.top_footer_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 26px;
    gap: 14px;
    transition: 0.35s ease-in-out;
    cursor: pointer;
}
.top_footer_text {
    color: #292933;
    transition: 0.35s ease-in-out;
}
.top_footer_text:hover {
    letter-spacing: 3px;
}
.top_footer_container:hover .top_footer_text {
    letter-spacing: 3px;
}
.radius-50 {
    border-radius: 50%;
}
.btn-facebook {
    background-color: #3b5998;
    color: #fff;
}
.btn-twitter {
    background-color: #1da1f2;
    color: #fff;
}
.btn-instagram {
    background-color: #bd32a2;
    color: #fff;
}
.btn-youtube {
    background-color: red;
    color: #fff;
}
.btn-linkdin {
    background-color: #0070ac;
    color: #fff;
}

.footer_first {
    padding: 30px 0;
    border-bottom: 1px solid gray;
}
.last_footer {
    background-color: #1f2122;
}

.text-soft-light {
    color: #dfdfe6 !important;
}

/*sfdklsdf sdflkjsfd lksdfj */

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    z-index: 9999;
}

.mobile-bottom-nav .nav-item {
    text-align: center;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    flex: 1;
}

.mobile-bottom-nav .nav-item i {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}

.mobile-bottom-nav .nav-item.active {
    color: #ff6a00;
}
/*/search box nav/*/
.search_item_box {
    width: 100%;
    height: auto;
    background: #fcfcfc;
    position: absolute;
    z-index: 9999;
}
.search_item_box a {
    color: #000 !important;
    opacity: 1;
    font-size: 16px;
}
.product_item {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 4px;
    border-bottom: 1px solid var(--base-color);
    transition: 0.35s ease-in-out;
}
.product_item:hover{
    background-color: #1f7d1e42;
}
.profileImg {
    height: 40px;
    width: 50px;
    object-fit: contain;
    background: #80808038;
}
.nav_cat_drop {
    height: 50px;
    padding: 12px;
}

.dropwidth {
    width: 200px;
}
.iconHandler {
    height: 16px;
    width: 16px;
}

.fixed-social {
    position: fixed;
    right: 15px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.fixed-social .social {
    width: 100%;
    height: 32px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
    padding: 0px 17px;
    z-index: 9999;
}

/* Icon animation */
@keyframes buffering {
    0%,
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes buffering2 {
    0%,
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes pulse2 {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

/* Apply to your social icons */
.socialIcon {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #08933c;
    color: #fff;
    font-size: 20px;
    text-align: center;
    z-index: 1;
    overflow: visible;
    margin-right: 6px;
    animation: buffering 1s infinite ease-in-out;
}

.socialIcon2 {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #fff;
    color: #0862f7;
    font-size: 20px;
    text-align: center;
    z-index: 1;
    overflow: visible;
    margin-right: 6px;
    animation: buffering2 1.5s infinite ease-in-out;
}

.socialIcon::before,
.socialIcon::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px solid #25d366; /* color same as icon bg */
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    z-index: -1;
}

.socialIcon2::before,
.socialIcon2::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px solid #6796e5;
    border-radius: 50%;
    animation: pulse2 1s linear infinite;
    z-index: -1;
}

.whatsapp {
    background-color: #1f7d1e;
}
.messenger {
    background-color: #0862f7;
    color: #fff;
}
.messanger-text {
    color: #fff;
}

.socialIcon::after {
    animation-delay: 0.3s;
}
.socialIcon2::after {
    animation-delay: 0.6s;
}
.fixed-social .messenger img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* Floating animation */

.footerMap {
    width: 100%;
    aspect-ratio: 3 / 2;
}

.dropdown-size {
    width: 855px;
    height: 462px;
}

@media screen and (min-width: 1400px) {
    body {
        font-size: 15px;
    }
    .card {
        font-size: 15px;
        font-weight: 600;
    }
    .profileName {
        font-size: 17px;
    }
    .dropdown-size {
        width: calc(1340px - 334px) !important;
        height: calc(100dvh - 231px);
    }
    .btn {
        font-size: 15px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 18px 28px;
    }
    .dropwidth {
        width: 250px;
    }
    h6,
    .h6 {
        font-size: 1.2rem;
    }
    .nav_cat_label {
        font-size: 15px;
    }

    /*topbar css start*/
    .logo {
        width: 131px;
    }

    .top_profile_icon {
        width: 45px;
        height: 45px;
        margin-right: 25px !important;
    }
    .register,
    .loginBtn {
        font-size: 15px;
    }
    .py-topbar {
        padding: 10px 0;
    }
    .form-control-top {
        padding-left: 28px;
        font-size: 15px !important;
    }
    /*topbar css end*/

    .nav_cat_drop {
        height: 66px;
    }
    .cart_item {
        font-size: 15px;
    }
    .cart-amount {
        font-size: 15px;
        padding: 0px 20px;
    }
    .nav_card_container {
        height: 66px;
    }
    .iconHandler {
        height: 20px;
        width: 20px;
    }

    .footerMap {
        width: 100%;
        aspect-ratio: 5 / 3;
    }
}

.img-invrt {
    filter: invert(1);
}

@media screen and (min-width: 1600px) {
    body {
        font-size: 18px;
    }
    h5,
    .h5 {
        font-size: 1.7rem;
    }
    .dropdown-size {
        width: calc(1440px - 256px) !important;
        height: calc(100dvh - 231px);
    }

    .card {
        font-size: 17px;
        font-weight: 600;
    }

    .btn {
        font-size: 19px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 18px 28px;
    }
    h6,
    .h6 {
        font-size: 1.4rem;
    }
    h5,
    .h5 {
        font-size: 1.8rem;
    }
    .nav_cat_label {
        font-size: 19px;
    }

    /*topbar css start*/
    .logo {
        width: 160px;
    }

    .top_profile_icon {
        width: 55px;
        height: 55px;
        margin-right: 25px !important;
    }
    .profileName {
        font-size: 18px;
    }
    .register,
    .loginBtn {
        font-size: 19px;
    }
    .py-topbar {
        padding: 10px 0;
    }
    .form-control-top {
        padding-left: 28px;
        font-size: 19px !important;
    }
    /*topbar css end*/

    .nav_cat_drop {
        height: 66px;
    }
    .cart_item {
        font-size: 19px;
    }
    .cart-amount {
        font-size: 19px;
        padding: 0px 20px;
    }
    .nav_card_container {
        height: 66px;
    }
    .dropwidth {
        width: 300px;
    }
    .dropdown-item {
        padding: 0.5rem 1.5rem;
        font-size: 21px;
    }
    .iconHandler {
        height: 25px;
        width: 25px;
    }

    .input-group-text {
        padding: 0.375rem 2.15rem;
    }
    .f-lg-20 {
        font-size: 20px;
    }
    .input-group-text {
        padding: 0.375rem 2.15rem;
    }
    .f-lg-20 {
        font-size: 20px;
    }

    .fixed-social .social {
        font-size: 20px;
        height: 50px;
        border-radius: 32px;
    }
    .socialIcon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font-size: 31px;
    }
}

@media (min-width: 2000px) {
    body {
        font-size: 20px;
    }
    .card {
        font-size: 18px;
        font-weight: 600;
    }
    .dropdown-size {
        width: calc(1577px - 243px) !important;
        height: calc(100dvh - 266px);
    }

    .cart_img {
        width: 90px;
        height: 90px;
    }
    .nav_cart_productName {
        font-size: 19px !important;
    }
    .nav_cart_subtotal_number {
        font-size: 20px !important;
    }
    .nav_cart_subtotal_tag {
        font-size: 20px !important;
    }
    .dropwidth {
        width: 300px;
    }
    .dropdown-item {
        padding: 0.5rem 1.5rem;
        font-size: 21px;
    }
    .btn {
        font-size: 22px;
    }
    .confirm-modal-lg {
        max-width: 605px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 18px 28px;
    }
    .cart-dropdown {
        min-width: 430px;
        margin-top: 0px;
    }
    h6,
    .h6 {
        font-size: 1.6rem;
    }
    h5,
    .h5 {
        font-size: 2rem;
    }
    .nav_cat_label {
        font-size: 19px;
    }

    /*topbar css start*/
    .logo {
        width: 180px;
    }

    .top_profile_icon {
        width: 64px;
        height: 64px;
        margin-right: 30px !important;
    }
    .register,
    .loginBtn {
        font-size: 22px;
    }
    .py-topbar {
        padding: 10px 0;
    }
    .form-control-top {
        padding-left: 28px;
        font-size: 22px !important;
    }
    /*topbar css end*/

    .nav_cat_drop {
        height: 66px;
    }
    .cart_item {
        font-size: 22px;
    }
    .cart-amount {
        font-size: 22px;
        padding: 0px 20px;
    }
    .nav_card_container {
        height: 66px;
    }

    .iconHandler {
        height: 30px;
        width: 30px;
    }
    .input-group-text {
        padding: 0.375rem 2.15rem;
    }
    .f-lg-20 {
        font-size: 20px;
    }
    .footerMap {
        width: 100%;
        aspect-ratio: 2 / 1;
    }
    .fixed-social .social {
        font-size: 20px;
        height: 50px;
        border-radius: 32px;
    }
    .socialIcon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font-size: 31px;
    }
}

@media screen and (max-width: 768px) {
    .addToCard_btn,
    .byNow_btn {
        padding: 4px 2px;
    }

    .fixed-social {
        bottom: 84px;
    }

    .bg-navbar{
        background-color: #fff;
    }
    .navbar-dark .navbar-nav .nav-link{
        color: #000;
        text-align: center;
    }
    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #000;
}
.bg-primary{
    background-color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    background-color: #03a9f452;
    color: #000000d6;
}
}
