.our-product-cta-button a:hover {
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
    color: #ffffff;
}

/*
==========================================
# Loader
==========================================
*/
.rc-products-tab-section .rc-products-loader {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    color: #ffffff;
}

/*
==========================================
# Load More Wrap
==========================================
*/
.rc-products-tab-section .rc-products-load-more-wrap {
    width: 100%;
    display: none;
    justify-content: center;
    margin-top: 40px;
}

/*
==========================================
# Load More Button
==========================================
*/
.rc-products-tab-section .rc-products-load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    padding: 0;
    font-family: Geist, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: none;
    cursor: pointer;
    transition: all .2s ease;
    color: #51a2ff;
    gap: 0;
    background: 0 0;
    gap: 8px;
}

.rc-products-tab-section .rc-products-load-more-btn .faq-btn-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #5ea2ff;
    border-radius: 3px;
    margin-top: 2px;
    transition: all .2s ease;
}

.rc-products-tab-section .rc-products-load-more-btn:hover .faq-btn-arrow,
.rc-products-tab-section .rc-products-load-more-btn:focus .faq-btn-arrow {
    border-top: 8px solid #fff;
}

.rc-products-tab-section .rc-products-load-more-btn:hover,
.rc-products-tab-section .rc-products-load-more-btn:focus {
    color: #fff;
    background-position: right center;
}


/* rc-products-tab section css */
/*
==========================================
# Main Section
==========================================
*/
.rc-products-tab-section {
    width: 100%;
}

/*
==========================================
# Tabs
==========================================
*/
.rc-products-tab-section .rc-products-tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 60px;
    justify-content: center;
}

/*
==========================================
# Tab Button
==========================================
*/
.rc-products-tab-section .rc-products-tab-btn {
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;


    font-family: Geist;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;

    border-top: 1px solid #FFFFFF3B;
    backdrop-filter: blur(6px);
    box-shadow: 0px 1px 0px 0px #F5F5F533;
    background: #0F172B80;
}

.rc-products-tab-section .rc-products-tab-btn:hover {
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
    color: #ffffff;
}

.rc-products-tab-section .rc-products-tab-btn.active {
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
    color: #ffffff;
}

/*
==========================================
# Products Grid
==========================================
*/
.rc-products-tab-section .rc-products-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

/*
==========================================
# Product Card
==========================================
*/

.rc-products-tab-section .rc-product-card {
    width: calc(50% - 20px);
    /* background: #081122;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #FAFAFA14; */
} 


.rc-products-tab-section .rc-product-link {
    /* width: calc(50% - 20px); */
    background: #081122;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #FAFAFA14;

    display: flex;
    flex-direction: column;
    height: 100%;
} 

.rc-products-tab-section .rc-product-link:hover {
    transform: translateY(-4px);
}




.our-product-cta-border {
    background-image:linear-gradient(90deg, #531A8B 0%, #223368 50%, #4050D0 100%);
}

/*
==========================================
# Image
==========================================
*/

.rc-products-tab-section .rc-product-image-wrap {
    position: relative;
}

.rc-products-tab-section .rc-product-image-wrap img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    /* position: relative; */
    /* height: 70%; */
}

.rc-products-tab-section .rc-product-categories {
    margin: 0;
    list-style: none;
    position: absolute;
    
    right: 10px;
    top: 10px; 

    display: flex;
    background: linear-gradient(0.22deg, rgba(3, 0, 21, 0.7) 0%, rgba(3, 0, 21, 0.5) 100%);
    padding: 6px 16px;
    border-radius: 40px;
    border: 1px solid #FAFAFA14;
    backdrop-filter: blur(20px);
    color: #fafafa;
    flex-wrap: wrap;
}

.rc-products-tab-section .rc-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*
==========================================
# Content
==========================================
*/
.rc-products-tab-section .rc-product-content {
    padding: 15px 20px 20px;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.rc-products-tab-section .rc-product-title {
    margin: 0 0 8px;
    color: #ffffff;
    letter-spacing: 0.3px;
    font-family: var(--e-global-typography-ec188a6-font-family), Sans-serif;
    font-size: var(--e-global-typography-ec188a6-font-size);
    font-weight: var(--e-global-typography-ec188a6-font-weight);
    line-height: var(--e-global-typography-ec188a6-line-height);

}

.rc-products-tab-section .rc-product-price {
    color: #51A2FF;
    
    font-family: var(--e-global-typography-3993ff6-font-family), Sans-serif;
    font-size: var(--e-global-typography-3993ff6-font-size);
    font-weight: var(--e-global-typography-3993ff6-font-weight);
    line-height: var(--e-global-typography-3993ff6-line-height);
}

/*
==========================================
# Responsive
==========================================
*/
@media (max-width: 1024px) { 
    .rc-products-tab-section .rc-products-tabs {
        margin-bottom: 40px;
    }

    .rc-products-tab-section .rc-products-grid {
        gap: 20px;
    }
}

@media (max-width: 767px) {

    .rc-products-tab-section .rc-product-link {
        width: 100%;
    }

    .rc-products-tab-section .rc-products-tabs {
        gap: 10px;
    }

    .rc-products-tab-section .rc-products-tab-btn {
        padding: 4px 16px;
        font-size: 13px;
    }
}

@media (max-width: 767px) { 
    .rc-products-tab-section .rc-products-tabs {
        margin-bottom: 30px;
    }
   
    .rc-products-tab-section .rc-product-card {
        width: 100%;
    }

    .rc-products-tab-section .rc-products-grid {
        gap: 20px;
    }
    
}










/* our-products page - Start - ( mi-639)  */

.rc-parent-carousel {
    width: 100%;
    position: relative;
    overflow: visible;
}

.rc-parent-carousel .rc-showcase-section {
    width: 100%;
    min-height: 360px;
    position: relative;
}

.rc-parent-carousel .rc-showcase-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    position: relative;
    z-index: 10;
    justify-content: center;
}

.rc-parent-carousel .rc-img-wrapper {
    width: 100%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
    scroll-behavior: unset;
    display: flex;
    align-items: center;

    
}

.rc-parent-carousel .rc-img-wrapper::before {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #020618ab 30%, transparent 50%);
    z-index: 12;
    pointer-events: none;
}

.rc-parent-carousel .rc-image-owl {
    width: 100%;
    padding-left: 400px;
}

.rc-parent-carousel .rc-image-owl .owl-stage-outer {
    overflow: visible;
}

.rc-parent-carousel .rc-image-owl .owl-item {
    transition: transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.85s ease;
    transform: scale(0.92);
}

.rc-parent-carousel .rc-image-owl .owl-item {
    transform: scale(0.8);
}

.rc-parent-carousel .rc-image-owl .owl-item.active {
    z-index: 3;
    transform: scale(1);
}

.rc-parent-carousel .rc-image-item {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    opacity: .32;
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.rc-parent-carousel .rc-image-owl .owl-item:not(.active) .rc-image-item {
    opacity: .18;
}

.rc-parent-carousel .rc-image-owl .owl-item.rc-side-prev .rc-image-item {
    opacity: .78;
}

.rc-parent-carousel .rc-image-owl .owl-item.rc-side-next .rc-image-item {
    opacity: .32;
}

.rc-parent-carousel .rc-image-owl .owl-item.active .rc-image-item {
    opacity: 1;
    background: linear-gradient(90deg, #254EC7 0%, #7D9BE8 100%);
    padding: 6px;
    border-radius: 18px;
}

.rc-parent-carousel .rc-image-owl .owl-item.active .rc-image-item img {
    border-radius: 14px;
}

.rc-parent-carousel .rc-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.rc-parent-carousel .rc-content-area {
    width: 100%;
    max-width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-radius: 14px 0 0 14px;
    overflow-x: visible;
    overflow-y: hidden;
    margin-left: 0px;
    position: relative;
    z-index: 20;
}

.rc-parent-carousel .rc-content-area .rc-content-inner {
    width: 100%;
    height: 100%;
}

.rc-parent-carousel .rc-content-owl,
.rc-parent-carousel .rc-content-owl .owl-stage-outer,
.rc-parent-carousel .rc-content-owl .owl-stage,
.rc-parent-carousel .rc-content-owl .owl-item {
    height: 100%;
}

.rc-parent-carousel .rc-content-owl .owl-stage-outer {
    overflow: hidden !important;
}

.rc-parent-carousel .rc-content-owl .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}

.rc-parent-carousel .rc-content-owl .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.rc-parent-carousel .rc-content-item {
    width: 650px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.rc-parent-carousel.rc-owl-translating .rc-content-item {
    opacity: .92;
    transform: translateY(1px);
}

.rc-parent-carousel.rc-owl-dragging .rc-content-item {
    transition: none;
}

.rc-parent-carousel .rc-content-title {
    font-size: 26px;
    line-height: 35px;
    color: #FAFAFA;
    margin-bottom: 8px;
}

.rc-parent-carousel .rc-content-desc {
    font-size: 20px;
    line-height: 32px;
    color: #90A1B9;
    margin: 0;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.rc-parent-carousel .rc-product-price {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.rc-parent-carousel .rc-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 22px 24px;
    border-radius: 100px;
    gap: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #FAFAFA;
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
}

.rc-parent-carousel .rc-buy-btn:hover {
    background-position: right center;
}


.rc-parent-carousel .rc-slider-dots {
    display: none !important;
}

/* Slider Nav arrows */
.rc-parent-carousel .rc-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    right: 50%;
    gap: 12px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    transform: translate(50%, 20%);
}

.rc-parent-carousel .rc-nav-btn {
    background-color: #0f1626;
    border-radius: 50px;
    border-style: solid;
    border-color: #FAFAFA3B;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rc-parent-carousel .rc-nav-prev {
    border-width: 0px 0px 1px 0px;
    rotate: 180deg;
    padding: 0px;
    height: 50px;
    width: 50px;
}

.rc-parent-carousel .rc-nav-next {
    border-width: 1px 0px 0px 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
}

.rc-parent-carousel .rc-nav-btn:hover {
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    background-size: 200% auto;
}

.rc-parent-carousel .rc-nav-btn svg {
    display: block;
}

.rc-parent-carousel .rc-nav-btn path {
    stroke: #FAFAFA;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

@media screen and (max-width: 1366px) {
    .rc-parent-carousel .rc-slider-nav {
        z-index: 2;
        justify-content: center;
    }

    .rc-parent-carousel .rc-nav-prev {
        height: 45px;
        width: 45px;
        padding: 0px;
    }

    .rc-parent-carousel .rc-nav-next {
        height: 45px;
        width: 45px;
        padding: 0px;
    }
}

@media screen and (max-width: 1024px) {

    .rc-parent-carousel .rc-slider-nav {
        z-index: 2;
        justify-content: center;
        top: 98%;
    }

    .rc-parent-carousel .rc-nav-btn svg {
        width: 20px !important;
        height: 20px !important;
    }

    .rc-parent-carousel .rc-nav-prev {
        height: 40px;
        width: 40px;
    }

    .rc-parent-carousel .rc-nav-next {
        height: 40px;
        width: 40px;
    }
}


@media (max-width: 1440px) {
    /* .rc-parent-carousel .rc-img-wrapper {
        width: 100%;
        max-width: 870px;
        margin: 0px;
        position: relative;
    }

    .rc-parent-carousel .rc-content-area {
        margin-left: -140px;
        height: 100%;
    } */

    .rc-parent-carousel .rc-content-item {
        width: 100%;
    }

    .rc-parent-carousel .rc-image-owl {
        width: 100%;
        padding-left: 250px;
    }
}

@media (max-width: 1220px) {
    .rc-parent-carousel .rc-content-item {
        width: 100%;
    }

    .rc-parent-carousel .rc-img-wrapper::after {
        left: 80%;
    }

    .rc-parent-carousel .rc-image-owl {
        width: 100%;
        padding-left: 200px;
    }

}

@media (max-width: 1166px) {
    .rc-parent-carousel .rc-image-owl {
        width: 100%;
        padding-left: 150px;
    }
}
@media (max-width: 1024px) { 

    .rc-parent-carousel .rc-image-item img {
        max-width: 550px;
    }
    .rc-parent-carousel .rc-image-owl .owl-item.active .rc-image-item {
        max-width: max-content;
        margin: 0 auto;
    }

    .rc-parent-carousel .rc-content-desc {
        font-size: 18px;
        line-height: 28px;
    }

    .rc-products-tab-section .rc-product-card {
        width: calc(50% - 15px);
    }

    .rc-parent-carousel .rc-showcase-section {
        min-height: auto;
    }

    .rc-parent-carousel .rc-showcase-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .rc-parent-carousel .rc-showcase-wrapper .rc-img-wrapper::after,
    .rc-parent-carousel .rc-showcase-wrapper .rc-img-wrapper::before {
        content: none
    }

    .rc-parent-carousel .rc-image-owl {
        padding: 20px 20px 0;
    }

    .rc-parent-carousel .rc-content-area {
        padding: 0 48px 30px;
    }

    .rc-parent-carousel .rc-content-area,
    .rc-parent-carousel .rc-img-wrapper {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .rc-parent-carousel .rc-image-owl .owl-item {
        transform: scale(1);
    }

    .rc-parent-carousel .rc-image-owl .owl-item.active {
        transform: scale(1);
    }

    .rc-parent-carousel .rc-content-area {
        margin: 0;
        background: none;
        backdrop-filter: none;
    }

    .rc-parent-carousel .rc-content-area .rc-content-inner {
        align-items: center;
    }

    .rc-parent-carousel .rc-content-area .rc-content-inner .rc-content-wrapper {
        text-align: center;
    }

    .rc-parent-carousel .rc-content-item {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 767px) { 
    .rc-products-tab-section .rc-products-tabs {
        margin-bottom: 30px;
    }
   
    .rc-products-tab-section .rc-product-card {
        width: 100%;
    }

    .rc-products-tab-section .rc-products-grid {
        gap: 20px;
    }

    .rc-parent-carousel .rc-content-area {
        padding: 0 20px 20px;
    }
    
}
/* our-products page - End - ( mi-639)  */


