@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
    --purple-color: #7b3996;
    --blue-color: #00177B;
}

body {
    font-family: "Inter", sans-serif !important;
}

.why-love {
    background-image: url(https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/c44607fad913fcca446ea8189a4051c2);
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 25px;
    min-height: 550px;
    display: flex;
    align-items: center;
    background-position: right;
}

.why-love-bottom {
    display: flex;
    align-items: center;
    max-width: 350px;
    margin-left: auto;
}

.why-love-line {
    max-width: 200px;
}

.why-love-text {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.why-love-head {
    font-size: 45px;
    font-weight: 400;
    color: var(--purple-color);
    text-transform: uppercase;
}

.why-love-circle {
    background-color: white;
    border-radius: 50%;
}

.why-love-desc {
    font-size: 22px;
    color: var(--blue-color);
}

.why-good-bg {
    background-color: #f8fbff;
}

.why-good {
    padding: 50px;
    background-image: url(https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/dc6e36d4c2506b4389abc1eb24926f2c);
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-position-y: 30px;
}

.why-good-head {
    color: var(--purple-color);
    font-size: 45px;
    font-weight: 400;
}

.why-good-desc {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    margin-top: 25px;
}

.why-good-desc span {
    font-weight: 600;
    color: var(--purple-color);
}

.content-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}

.content-card-number {
    font-size: 55px;
    color: #018FA6;
    font-weight: 700;
    margin-right: 35px;
}

.content-card-bg {
    position: relative;
    display: flex;
    align-items: center;
}

.content-card-text {
    text-align: center;
    max-width: 450px;
    padding: 50px 30px;
}

.content-card-text h6 {
    font-weight: 600;
    font-size: 18px;
    color: var(--blue-color);
}

.content-card-text p {
    font-weight: 400;
    font-size: 18px;
}

.content-card-text p span {
    font-weight: 700;
    font-size: 18px;
    color: var(--purple-color);
}

.content-card-left {
    position: absolute;
    left: -5px;
    top: 20px;
}

.content-card-right {
    position: absolute;
    right: -5px;
    bottom: 20px;
}

.happy {
    position: relative;
    padding-top: 100px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.happy-img {
    position: absolute;
    max-width: 200px;
    left: 0;
    top: 0;
}

.happy-card-bg {
    position: relative;
    background-color: #F4F4F4;
    max-width: 370px;
}

.happy-card {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
}

.happy-card-number {
    margin-right: 35px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.happy-card-number span {
    font-size: 55px;
    color: #018FA6;
    font-weight: 700;
}

.happy-card-head {
    text-align: center;
}

.happy-card-head h6 {
    font-weight: 600;
    font-size: 18px;
    color: var(--blue-color);
}

.happy-card-desc p {
    font-weight: 400;
    font-size: 18px;
}

.happy-card-desc p span {
    color: var(--purple-color);
    font-weight: 600;
}

.happy-card-alt {
    max-width: 300px;
    background-color: #F3F8FC;
    position: relative;
    padding: 30px;
    margin-left: auto;
    position: absolute;
    right: -60px;
    bottom: -115px;
}

.happy-card-img {
    position: absolute;
    right: 0;
    max-width: 90px;
    top: -50px;
}

.happy-card-alt h6 {
    font-size: 20px;
    font-weight: 400;
    color: var(--purple-color);
}

.happy-card-alt-img {
    position: absolute;
    right: 20px;
    margin-top: -100px;
    max-width: 200px;
}

.happy-card-l {
    margin-left: auto;
    margin-right: 35px;
}

.happy-card-r {
    margin-left: 35px;
    margin-right: auto;
}

.wet {
    margin-top: 180px;
    margin-bottom: 60px;
}

.wet-head {
    text-align: center;
}

.wet-head h6 {
    color: var(--blue-color);
    font-size: 35px;
    font-weight: 400;
}

.wet-head h6 span {
    font-size: 35px;
    font-weight: 700;
    color: var(--purple-color);
}

.wet-desc {
    margin-top: 25px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.wet-desc p {
    font-size: 18px;
}

.wet-desc p span {
    font-weight: 600;
    color: var(--purple-color);
}

.wet-desc p a {
    font-weight: 600;
    color: var(--purple-color);
}

.wet-footer-logo {
    display: flex;
    align-items: center;
    max-width: 500px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.wet-cricle {
    background-color: white;
    margin-left: 10px;
    border-radius: 50%;
}

.wet-kru {
    margin-right: 10px;
    max-width: 300px;
}

@media only screen and (max-width: 1200px) {
    .happy-img {
        display: none;
    }
    .why-love-bottom {
        margin-right: auto;
    }
    .happy-card-l {
        margin-right: auto;
    }
    .happy-card-r {
        margin-top: 180px;
        margin-left: auto;
    }
}

@media only screen and (max-width: 992px) {
    .why-love-head {
        font-size: 30px;
    }
    .why-love-bottom {
        max-width: 300px;
    }
    .why-love {
        min-height: 400px;
        padding-top: 40px;
    }
    .why-good-head {
        font-size: 30px;
    }
    .why-good-desc {
        font-size: 15px;
        margin-top: 15px;
    }
    .content-card {
        margin-top: 35px;
    }
    .content-card-text h6 {
        font-size: 16px;
    }
    .content-card-text p {
        font-size: 14px;
    }
    .content-card-number {
        font-size: 45px;
    }
    .why-good {
        padding: 50px 25px;
    }
    .happy {
        padding-top: 50px;
    }
    .happy-card {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
    .happy-card-number {
        font-size: 45px;
    }
    .happy-card-head h6 {
        font-size: 16px;
    }
    .happy-card-desc p {
        font-size: 14px;
    }
    .happy-card-alt h6 {
        font-size: 16px;
    }
    .happy-card-alt p {
        font-size: 14px;
    }
    .happy-card-alt {
        max-width: 250px;
        background-color: #F3F8FC;
        padding: 30px;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -135px;
        margin: auto;
    }
    .happy-card-alt-img {
        max-width: 150px;
    }
    .wet {
        margin-top: 100px;
    }
    .wet-head h6 {
        font-size: 25px;
    }
    .wet-head h6 span {
        font-size: 25px;
    }
    .wet-desc p {
        font-size: 14px;
    }
    .wet-footer-logo {
        max-width: 300px;
    }
    .wet-kru {
        max-width: 200px;
    }
    .content-card-left {
        max-width: 100px;
    }
    .content-card-right {
        max-width: 100px;
    }
    .content-card-text {
        padding: 40px 15px;
    }
}