:root {
    --primary-blue: #215ada;
    --secondary-blue: #E9F1FC;
}

body {
    font-family: "Cabin", sans-serif !important;
}

.bg-blue {background-color: var(--primary-blue) !important;}
.text-blue {color: var(--primary-blue) !important;}
.border-blue {border-color: var(--primary-blue) !important;}

.bg-blue-2 {background-color: var(--secondary-blue) !important;}
.text-blue-2 {color: var(--secondary-blue) !important;}
.border-blue-2 {border-color: var(--secondary-blue) !important;}

.fs-7 {
    font-size: 12px !important;
}

.preHeroGradientSec {
    background: linear-gradient(to right, #1B51C5, #06266B);
}

.wrapper {
    max-width: 1440px !important;
    margin: auto !important;
}

#heroSwiper {
    height: 500px;
    max-height: 100%;
}

.heroSlide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}

.slideOne {
    background: url(https://html.getunimart.com/assets/images/product-banner/product-banner-purfume-lg-a1.webp) center / cover no-repeat;
}

.slideTwo {
    background: url(https://html.getunimart.com/assets/images/product-banner/product-banner-purfume-lg-a4.webp) center / cover no-repeat;
}

.slideThree {
    background: url(https://html.getunimart.com/assets/images/product-banner/product-banner-purfume-lg-a3.webp) center / cover no-repeat;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    max-width: 1920px;
}

.track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marquee 36s linear infinite;
}

.marqueeLink {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 80px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    flex-shrink: 0;
    transition: color 0.4s ease-in-out;
}

.marqueeLink:hover {
    color: var(--primary-blue) !important;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.mask {
    position: absolute;
    top: 0;
    height: 100%;
    width: 15%;
}

.mask-left {
    left: 0;
    background: linear-gradient(to right, #f8f9fa, transparent)
}

.mask-right {
    right: 0;
    background: linear-gradient(to left, #f8f9fa, transparent)
}

.productsRowBox {
    transition: color 0.4s ease-in-out;
}

.productsRowBox:hover {
    color: var(--primary-blue) !important;
}

.productsRowBox img {
    object-fit: cover;
    object-position: center;
    height: 400px;
}

.categoriesRowBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.categoriesRowBoxLeft {
    height: 500px;
    max-height: 100%;
    background: url(https://html.getunimart.com/assets/images/product-banner/product-banner-img-09.webp) center / cover no-repeat;
}

.categoriesRowBoxRight {
    height: 500px;
    max-height: 100%;
    background: url(https://html.getunimart.com/assets/images/product-banner/product-banner-img-10.webp) center / cover no-repeat;
}

.productBtn.active {
    background-color: var(--primary-blue) !important;
    color: #fff !important;
}

.saleBadge {
    top: 20px;
    left: 20px;
}

.productImage {
    object-fit: cover;
    object-position: center;
}

.secFiveVideo {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.secSixImage {
    object-fit: cover;
    object-position: top center;
}

.instaImage {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.footerName {
    letter-spacing: 2px;
    opacity: 0.2;
    font-size: 10vw;
}

.footerLinks {
    transition: color 0.4s ease-in-out;
}

.footerLinks:hover {
    color: var(--primary-blue) !important;
}