
@keyframes marquee2{
    0% {
        transform: translateX(0%);
    }
    
    100% {
        transform: translateX(-200%);
    }
}


@keyframes marquee{
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


.heroRow {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 85vh;
}


.marquee p {
    font-family: 'Arapey';
    font-style: italic;
    color: white;
    font-size: 1.3em;
    white-space: nowrap;
    margin: 0.4em 0;
}

.marquee {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    background-color: #1F193F;
    display: flex;
    flex-direction: row;
}

.backgroundImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
}

.backgroundImage {
    width: 100%;
    height: 100%;
    overflow: clip;
}
.heroWhatsapp a {
    display: block;
    width: 100%;
    height: 100%;
}

.heroWhatsapp a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.heroWhatsapp {
    position: absolute;
    width: 80px;
    top: 70%;
    left: 90%;
}

.heroText h3 {
    font-family: 'Arapey';
    color: white;
    font-style: italic;
    font-size: 3.55em;
    font-weight: 400;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
}

.heroText {
    position: absolute;
    top: 54%;
    left: 5%;
}


.marquee1 {
    display: inline-block;
    animation: marquee 90s linear infinite;
    animation-delay: -45s;
}

.marquee2 {
    display: inline-block;
    animation: marquee2 90s linear infinite;
    animation-delay: 0s;
}



.marquee span {
    margin: 0 0.3em;
}

.blurbsRow {
    display: flex;
    flex-direction: row;
    padding: 0 7%;
    justify-content: space-between;
    padding-bottom: 7em;
    padding-top: 5em;
}

.blurb {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #f4f4f4;
    border-radius: 13px;
    aspect-ratio: 1/1;
    padding-top: 4%;
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
}

.blurb span {
    color: #202435;
    font-family: 'Arapey';
    font-style: italic;
    font-weight: 400;
    font-size: 2.4em;
    padding: 0 18%;
    text-align: center;
    transition: all 0.25s ease-in-out;
}
.blurbImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blurbImg {
    padding-bottom: 10%;
}

.blurb span {
    color: #202435;
    font-family: 'Arapey';
    font-style: italic;
    font-weight: 400;
    font-size: 2.4em;
    padding: 0 18%;
    text-align: center;
}
a
.blurb:hover {
    background-color: #202435;
}

.blurb:hover span {
    color: #f4f4f4;
}


.swiperCategories .swiper-slide {
    position: relative;
}


.swiperCategories .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiperCategories .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiperCategoriesBG {
    width: 100%;
    height: 90vh;
    overflow: clip;
}

.swiperCategories .swiper-slide-active {
    width: 60vw;
    min-width: 60vw;
}

.swiperCategoriesText {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%,-50%);
}


.swiperCategoriesText h2 {
    color: white;
    font-size: 2.5em;
    transition: all 0.25s ease-in-out;
    font-family: 'Campton', 'sans-serif';
    font-weight: bold;
    opacity: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.swiper-slide.swiper-slide-active .swiperCategoriesText h2{
    opacity: 1!important;
}

.homeBrands {
    width: 80%;
    margin: 6em auto;
    margin-bottom: 8em;
    position: relative;
}

.relatedProductsHome>h3 {
    font-family: 'Campton', 'sans-serif';
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding-bottom: 1.2em;
}

.homeBrands>h2 {
    font-family: 'Campton', 'sans-serif';
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
    margin: 2em;
}

.swiperCategories {
    touch-action: pan-y;
    position: relative;
}


.swiperBrands {
    overflow: clip;
    position: relative;
}

.categoriesNext {
    position: absolute;
    top: 50%;
    left: 87.6%;
    z-index: 13;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    cursor:pointer;
}

.categoriesPrev {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 13;
    width: 80px;
    height: 80px;
    transform: translateY(-50%);
    cursor: pointer;
}

.categoriesNext svg, .categoriesPrev svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.swiper-slide img{
transition: transform 0.25s ease-in-out;
}

.brandLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brandLogo {
    height: 10vh;
}

.brandsNext, .brandsPrev {
    width: 40px;
    height: 40px;
}

.brandsNext svg, .brandsPrev svg{
    width:100%;
    height:100%;
}


.swiperNav {
    position: relative;
}

.brandsNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 104%;
}
.brandsPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 105.4%;
}

.brandsNext svg, .brandsPrev svg{
    filter: drop-shadow(2px 4px 3px rgba(0,0,0,1));
    transition: all 0.15s ease-in-out;
}


.brandsNext, .brandsPrev {
  
    cursor:pointer;
}

.swiperCategories .swiper-slide-active:hover .swiperCategoriesText h2{
transform:skew(-14deg);
}

.swiperCategoriesText h2{
    transition: all 0.25s ease-in-out;  
}

.brandsNext:hover svg, .brandsPrev:hover svg {
    transform: scale(1.2);
}

.relatedProductsHome {
    width: 95%;
    margin: 5em auto;
}

.swiperBrands .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

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

.kdBanner {
    width: 60%;
    margin: 6em auto;
}
.swiper-slide[aria-label="4 / 4"]>a>.swiperCategoriesBG img{
object-fit:contain;
}
.swiper-slide[aria-label="1 / 4"]>a>.swiperCategoriesBG img, .swiper-slide[aria-label="2 / 4"] img{
    object-fit: contain;
    object-position: 52%;
}

@media only screen and (max-width:1400px){
    .heroText h3 {
        font-size: 2.8em;
    }
    .marquee p {
        font-size: 1.1em;
    }
    .heroWhatsapp {
        width: 50px;
        top: 61%;
    }
    .blurb span {
        font-size: 1.8em;
    }
    .forminator-field:has(.forminator-button) {
        width: 110%!important;
    }
    .swiperCategories .swiper-slide-active {
        width: 72vw;
        min-width: 72vw;
    }
}

@media only screen and (max-width:1000px){
    .brandLogo {
        height: 5vh;
    }
	    .categoriesPrev {
        left: 3%;
    }
}


@media only screen and (max-width:550px){
    .categoriesNext {
        left: 85%;
        width: 40px;
        height: 40px;
    }
    .categoriesPrev {
        left: 5%;
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width:500px){
    .homeBrands>h2 {
        font-size: 1.4em;
        white-space: nowrap;
    }
    .backgroundImage img {
        object-position: 72% 0%;
    }
    .brandLogo {
        height: 6vh;
    }
    .brandsNext {
        left: 96%;
    }
    .brandsPrev {
        right: 99.4%;
    }
    .kdBanner {
        width: 99%;
    }
}