@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --purple-color: #7c3996;
    --blue-color: #00177B;
}

body {
    font-family: "Inter", sans-serif !important;
}

.cle-lan {
    background-image: url('https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/bf1d8001cd982541aeaf3c0ccefda211');
    background-size: cover;
    width: 100%;
    position: relative;
}

.header-logo {
    margin-top: 50px;
    text-align: center;
    display: block;
}

.basket-card-bg {
    margin-top: 30px;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.basket-card-head {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
}

.product-card-bg {
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    column-gap: 20px;
}

.product-card-list {
    display: grid;
    row-gap: 15px;
}

.product-card-head {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-card-line {
    height: 1px;
    width: 100%;
    background-color: #f4f4f4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-card-img {
    max-width: 150px;
    max-height: 110px;
    min-width: 110px;
    text-align: center;
}

.product-card-img img {
    max-height: inherit;
}

.product-card-content {
    width: 100%;
}

.product-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-card-left-top {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.product-card-info-path {
    width: 15px;
    height: 15px;
    background-color: #f4f4f4;
    border-radius: 50%;
}

.product-card-info {
    font-size: 18px;
}

.product-card-info span {
    color: var(--purple-color);
    font-weight: 600;
}

.product-card-price {
    display: flex;
    column-gap: 2px;
    align-items: baseline;
}

.product-card-price div {
    font-size: 25px;
    font-weight: 600;
}

.product-card-price span {
    font-size: 16px;
    opacity: 0.6;
}

.product-card-price-info {
    font-size: 16px;
    opacity: 0.6;
}

.product-card-left-bottom {
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
    opacity: 0.6;
}

.basker-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.basket-card-link {
    background-color: var(--purple-color);
    color: white;
    padding: 8px 20px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 15px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.basket-card-link:hover {
    color: white;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.product {
    margin-bottom: 50px;
}

.slider {
    background-image: url("https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/615a84828f4ab05c3c31f7ac953b20eb");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
    background-position: right;
    min-height: calc(100vh - 122px);
    display: flex;
    align-items: center;
}

.slider-content-bg {
    max-width: 750px;
    margin-left: auto;
    text-align: center;
    padding: 55px 0px;
    position: relative;
}

.slider-content-path {
    position: absolute;
    bottom: 180px;
    right: 75px;
    max-width: 200px;
}

.slider-head h1 {
    color: var(--blue-color);
    font-weight: 300;
    font-size: 50px;
}

.slider-head span {
    color: var(--purple-color);
    font-weight: 400;
}

.slider-head h2 {
    margin-top: 25px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--blue-color);
    font-size: 30px;
    letter-spacing: 2px;
}

.slider-head h2 strong {
    font-weight: 500;
}

.slider-live {
    margin-top: 30px;
    margin-bottom: 30px;
}

.slider-live img {
    max-width: 30px;
}

.slider-live .slider-live-text {
    color: green;
}

.slider-plan-card {
    background-color: white;
    padding: 25px 35px;
    border-radius: 25px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.slider-plan-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left;
}

.slider-plan-item img {
    max-width: 15px;
}

.slider-plan-item span {
    font-weight: 600;
    color: var(--purple-color);
    margin-left: 5px;
}

.slider-plan-btn {
    text-decoration: none;
    color: var(--purple-color);
    border: 2px solid black;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 24px;
    margin-top: 25px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.rebate {
    position: relative;
    padding: 100px 0px;
}


.basket-section-head {
    text-align: center;
}

.basket-section-head h2 {
    font-weight: 300;
    font-size: 45px;
    text-transform: uppercase;
    color: var(--purple-color);
}

.rebate-small-head {
    font-size: 35px;
    font-weight: 300;
}

.rebate-big-head {
    font-size: 45px;
    font-weight: 500;
    color: var(--purple-color);
    margin-bottom: 25px !important;
}

.rebate-desc {
    font-size: 20px;
    font-weight: 400;
}

.slider-logo {
    margin-bottom: 25px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.rebate-mockup {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
    .slider-logo {
        margin-bottom: 25px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-card-bg {
        display: block;
    }

    .product-card-img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .product-card-bottom {
        display: block;
    }

    .basker-card-header {
        display: block;
    }

    .basket-card-head {
        font-size: 25px;
    }

    .basket-card-link {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        display: block;
    }

    .product-card-content {
        text-align: center;
    }

    .product-card-right {
        margin-top: 15px;
    }

    .product-card-price {
        justify-content: center;
    }

    .product-card-left-top {
        justify-content: center;
    }
}

@media only screen and (max-width: 576px) {
    .rebate-small-head {
        font-size: 25px;
    }

    .rebate {
        padding: 50px 0px;
    }

    .rebate-big-head {
        font-size: 30px;
    }

    .basket-section-head h2 {
        font-size: 30px;
    }

    .basket-card-link {
        font-size: 15px;
    }

    .rebate-desc {
        font-size: 16px;
    }

    .basket-card-bg {
        padding: 10px;
    }

    .product-card-left-top {
        display: block;
    }

    .product-card-info-path {
        display: none;
    }

    .slider-head h1 {
        font-size: 35px;
    }

    .slider-head h2 {
        font-size: 25px;
    }
}