﻿.homePageRowNewStyle.banners-carousel {
    margin: 0;
}

[data-component="BannersCarousel"]:hover .homePageRowNewStyle .carousel-indicators {
    display: flex;
}


.homePageRow.banners-carousel img {
    width: 1236px;
}

.homePageRowNewStyle.banners-carousel img {
    max-width: 1920px;
    width: 100%;
    height: auto;
    max-height: 368px;
}

.banners-carousel .slick-dots {
    bottom: -15px;
}

    .banners-carousel .slick-dots li {
        margin: 0;
    }

.banners-carousel .slick-dotted.slick-slider {
    margin-bottom: 20px;
}

.banners-carousel .slick-dots button:before {
    color: #c6c6c6 !important;
    opacity: 1 !important;
}

.banners-carousel .slick-dots .slick-active button:before {
    color: #48aaba !important;
}

.homePageRow .carousel-indicators {
    position: inherit;
    margin-top: 5px;
}


    .homePageRow .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #444749;
    }

.homePageRowNewStyle .carousel-indicators {
    display: none;
    position: absolute;
    margin-top: 5px;
    margin-bottom: 0;
    bottom: 76px;
    margin: 0 auto;
    width: max-content; /* Only as wide as the bullets */
    justify-content: center;
}

    .homePageRowNewStyle .carousel-indicators li {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #444749;
    }

.banners-split {
    width: 1236px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.bannerSplitSix .grid {
    gap: 20px;
    display: grid;
    grid-template-columns: 1.69fr 1fr 1fr;
    grid-template-rows: auto;
    justify-content: center;
    height: 565.849px
}

    .bannerSplitSix .grid > a:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
        max-width: 596px;
        height: 276px
    }

    .bannerSplitSix .grid > a:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
        max-width: 596px;
        height: 276px;
        transform: translateY(-6rem)
    }

    .bannerSplitSix .grid > a:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
        max-width: 356px;
        height: 368px
    }

    .bannerSplitSix .grid > a:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
        max-width: 356px;
        height: 181px;
        transform: translateY(-.2rem)
    }

    .bannerSplitSix .grid > a:nth-child(5) {
        grid-column: 3;
        grid-row: 1;
        max-width: 356px;
        height: 202px
    }

    .bannerSplitSix .grid > a:nth-child(6) {
        grid-column: 3;
        grid-row: 2;
        max-width: 356px;
        height: 345px;
        transform: translateY(-10.5rem)
    }

.bannerSplitSix {
    border-radius: 58.273px;
    background: var(--White,#fff);
    box-shadow: 0 27.518px 67.985px 0 #e6ebf4;
    display: flex;
    padding: 38.849px;
    flex-direction: column;
    margin-bottom: 18px;
    position: relative;
    z-index: 996
}

    .bannerSplitSix a:hover {
        color: #000
    }

    .bannerSplitSix .card, .bannerSplitFour .card {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 0;
        background-repeat: no-repeat;
        text-align: right;
        border-radius: 30px
    }

        .bannerSplitSix .card .title, .bannerSplitFour .card .title {
            color: var(--Black,#001c32);
            text-align: right;
            font-family: Assistant;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 26px;
            width: 48%
        }

        .bannerSplitFour .card .title {
            width: 31%
        }

        .bannerSplitSix .card .tags {
            display: flex;
            gap: 10px;
            margin-top: 10px;
            justify-content: flex-start
        }

        .bannerSplitSix .card .tag {
            display: flex;
            height: 24px;
            padding: 2px 12px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 60px;
            background: var(--Black,#001c32);
            color: #fff;
            width: fit-content;
            font-size: 14px
        }

    .bannerSplitSix .price-wapper {
        color: #000;
        display: flex;
        flex-direction: column;
        gap: 12px
    }

        .bannerSplitSix .price-wapper span {
            font-size: 16px;
            font-weight: 600
        }

    .bannerSplitSix .price {
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        display: flex;
        align-items: baseline
    }

        .bannerSplitSix .price p {
            font-size: 24px
        }

    .bannerSplitSix .button {
        border-radius: 20px;
        background: var(--White,#fff);
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.05);
        color: #000;
        height: 32px;
        padding: 12px;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        display: flex;
        width: 103px
    }

.bannerSplitFour .grid {
    display: grid;
    grid-template-columns: 43.7% 25.8% 25.9%;    
    column-gap: 26px;
    row-gap: 24px;
    margin-bottom: 18px;
}

    .bannerSplitFour .grid > a {        
        background-size: cover;
        width: auto;
    }

        .bannerSplitFour .grid > a:nth-child(1) {
            grid-column: 1;
            grid-row: 1 / span 2;
            aspect-ratio: 634 / 379;
            max-width: 634px;
            max-height:379px;
        }

        .bannerSplitFour .grid > a:nth-child(2) {
            grid-column: 2;
            grid-row: 1;            
            aspect-ratio: 375 / 183;
            max-width: 375px;
            max-height: 183px;
        }

        .bannerSplitFour .grid > a:nth-child(3) {
            grid-column: 3;
            grid-row: 1;            
            aspect-ratio: 375 / 183;
            max-width: 375px;
            max-height: 183px;
        }

        .bannerSplitFour .grid > a:nth-child(4) {
            grid-column: 2 / span 2;
            grid-row: 2;            
            aspect-ratio: 777 / 170;
            max-width: 777px;
            max-height: 170px;
        }


@media screen and (max-width: 1536px) {
    .bannerSplitFour .grid {        
        grid-template-columns: 43.7% 25.8% 25.8%;
    }
}

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .bannerSplitSix {
            width: 100%;
            padding: 25px
        }

            .bannerSplitSix .grid {
                grid-template-columns: 37% 25% 32%
            }

            .bannerSplitSix .card .tags {
                flex-wrap: wrap
            }

            .bannerSplitSix .grid > a:nth-child(1), .bannerSplitSix .grid > a:nth-child(2), .bannerSplitSix .grid > a:nth-child(3), .bannerSplitSix .grid > a:nth-child(4), .bannerSplitSix .grid > a:nth-child(5), .bannerSplitSix .grid > a:nth-child(6) {
                width: auto
            }

            .bannerSplitSix .card .title, .bannerSplitFour .card .title {
                width: 50%
            }


        .bannerSplitFour, [data-component="BannersCarousel"] {
            width: 100%;
        }
    }



    @media screen and (min-width: 1024px) and (max-width:1392px) {
        .bannerSplitSix .grid {
            grid-template-columns: 45% 28% 23%;
            grid-template-rows: 279px
        }

            .bannerSplitSix .grid > a:nth-child(2) {
                transform: translateY(0)
            }

            .bannerSplitSix .grid > a:nth-child(4) {
                transform: translateY(5.8rem)
            }

            .bannerSplitSix .grid > a:nth-child(6) {
                transform: translateY(-4.5rem)
            }
    }

    @media screen and (min-width: 1259px) and (max-width: 1482px) {
        .bannerSplitFour .grid {
            row-gap: 20px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1258px) {
        .bannerSplitFour .grid {
            row-gap: 10px;
        }
    }
