﻿.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    display: flex;
    text-align: start;
    flex-direction: column;
    height: 100%;
    width: 380px;
    justify-content: center;
    top: 0;
}

.sliderTitle {
    color: #33B6EC;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.sliderDescription {
    color: #101828;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.8px;
}

.sliderButton {
    margin-top: 1rem;
    width: max-content;
}

    .sliderButton a {
        color: #2068ba;
        background-color: #00a4e7;
        padding: 12px 50px;
        border: 1px solid transparent;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
        line-height: 24px;
        border-radius: 6px;
    }


    .sliderButton a i {
        font-size: 12px;
        margin-left: .5rem;
    }

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    width: 8px;
    height: 8px;
    border-radius: 50px !important;
    border: 2px solid #98A2B3;
}

.carousel-indicators .active {
    opacity: 1;
    width: 12px;
    height: 12px;
    border: 1px solid #00A4E7;
    background-color: #00A4E7;
}


.carousel-indicators {
    justify-content: start;
    margin-bottom: 3rem;
    margin-left: 10%;
    align-items: center;
}
.carousel-control-next, .carousel-control-prev {
    
    width: max-content;
    padding: 0 1rem;
}

.carousel-inner {
    border-radius: 16px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.seeAllButton
{
    text-align: end;
}

.nextToNextTitle {
    color: #1D2939;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.hightlightProductsArea {
    margin-top: 48px;
    margin-bottom: 48px;
}

.topSellProductsArea
{
    margin-bottom: 48px;
}

.seeAll {
    text-decoration: none;
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 8px;
    width: max-content;
    margin-left: auto;
}

    .seeAll .seeAllText {
        color: #1D2939;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .seeAll .seeAllIcon {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FF4F56;
        color: #fff;
        font-size: 10px;
        border-radius: 50px;
    }


.productPrice {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.withoutDiscountPrice .discountRate {
    color: #00A4E7;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.withoutDiscountPrice .price {
    color: #667085;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: line-through;
}

.withoutDiscountPrice {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.productTitle {
    color: #1D2939;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productPriceArea {
    margin-top: 32px;
    align-items: center;
}

.addToBasket {
    padding: .8rem;
    border: 1px solid #efefef;
    border-radius: 8px;
}

.productContent {
    padding: 20px;
}

.productLink {
    text-decoration: none;
}

.productContent {
    height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.productImageArea {
    background-color: #F9FAFB;
    height: 261px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.productImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.productCard {
    border: 1px solid #E4E7EC;
    border-radius: 8px;
}

.nextToNext {
    margin-bottom: 24px;
}

.carousel-item img {
    object-fit: fill;
    height: 524px;
}

.reference-slider {
    margin-top: 24px;
    margin-bottom: 24px;
}

.reference-slider img {
    height: 80px;
    object-fit: contain;
}

.discoverOpportunities {
    margin-top: 48px;
    margin-bottom: 48px;
}

.discoverOpportunitiesBigCard
{
    position: relative;
}

.bigCardTextBox {
    position: absolute;
    width: 90%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    background-color: #061975;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    column-gap: 32px;
}

.bigCardDiscountArea .discountRate {
    color: #fff;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}
.bigCardDiscountArea .discountTitle {
    color: #061975;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.bigCardTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

    .bigCardTextArea .bigCardTitle {
        color: #fff;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    .bigCardTextArea .bigCardDescription {
        color: #B2B8D4;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

.smallCard {
    background-color: #00A4E7;
    padding: 32px;
    display: flex;
    border-radius: 16px;
    column-gap: 32px;
}

.smallCardDiscountArea .discountRate {
    color: #fff;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.smallCardDiscountArea .discountTitle {
    color: #0095D2;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.smallCardTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.smallCardTitle {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.smallCardDescription {
    color: #E6F6FD;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.smallCardAreaRow {
    row-gap: 45px;
}

.offerArea {
    margin-top: 48px;
    margin-bottom: 48px;
}

.offerBox {
    background-image: url(/img/offer-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 32px 64px;
    border-radius: 16px;
}

.offerTextAndImageArea {
    display: flex;
    column-gap: 52px;
     align-items: center; 
}

.offerImageArea img {
    width: 120px !important;
    object-fit: contain;
}

.offerTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

    .offerTextArea .offerTitle {
        color: #fff;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    .offerTextArea .offerDescription {
        color: #E4E7EC;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }


.inspectOfferButton {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 10%;
}

.inspectOfferButton a {
    padding: 12px 24px;
    background-color: #F2F4F7;
    border-radius: 6px;
    display: flex;
    column-gap: 12px;
    align-items: center;
    color: #344054;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.24px;
    text-decoration: none;
}


.popularBrandsAndPages {
    margin-bottom: 2rem;
}

.popularBrandTitle {
    font-weight: 500;
    font-family: 'Inter';
    font-size: 18px;
}

.popularBrandList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 1.5rem;
}


    .popularBrandList li a {
        color: #000;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
        font-family: 'Inter';
    }

@media only screen and (max-width: 1399px) {
    .addToBasket {
        padding: .5rem;
    }
}