@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;
}

body {
    font-family: "Inter", sans-serif !important;
}

.slider {
    width: 100%;
    background-image: url("https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/d1c4b7c7cb5fbea91d8dfd80abf9662d");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.slider-text {
    text-align: center;
}

.slider-text h1 {
    font-weight: 400;
    font-size: 80px;
    color: var(--purple-color);
}

.slider-text p {
    color: #103861;
    font-size: 25px;
}

.slider-logo {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.slider-btn {
    margin-top: 40px;
    text-align: center;
}

.slider-btn button,
.slider-btn a {
    height: 50px;
    width: 165px;
    font-weight: 600;
    font-size: 20px;
    border: none;
    color: white;
    background-color: var(--purple-color);
    opacity: 0.8;
}

.slider-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 80px;
}

.slider-logos img {
    max-width: 160px;
}

.what {
    padding: 50px 0px;
    background-color: #f8fdff;
    background-image: url(https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/08e8639e9d2f0524f9e13c1d57b86d36);
    background-repeat: no-repeat;
    background-position: center;
}

.what-big-head h6 {
    font-size: 65px;
    color: var(--purple-color);
}

.what-big-p {
    max-width: 450px;
}

.what-big-p p {
    font-size: 20px;
}

.what-list-bg {
    float: right;
    position: relative;
}

.what-list-line-left {
    position: absolute;
    left: -50px;
    top: -10px;
}

.what-list-line-right {
    position: absolute;
    right: -50px;
    bottom: -10px;
}

.what-small-head {
    text-align: center;
}

.what-small-head h6 {
    font-size: 25px;
    font-weight: 800;
    color: var(--purple-color);
}

.what-list {
    margin-top: 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    text-align: left;
}

.what-list li {
    font-size: 19px;
}

.what-list-line-left img {
    width: 125px;
}

.what-list-line-right img {
    width: 125px;
}

.key-head {
    text-align: center;
}

.key-head h1 {
    font-size: 65px;
    color: var(--purple-color);
}

.key-card {
    background-color: #f4f4f4;
    position: relative;
    padding: 20px 16px;
    padding-bottom: 65px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.key-card-head {
    font-size: 40px;
    font-weight: 800;
    color: #018fa6;
}

.key-card-p p {
    color: #103861;
    font-size: 20px;
}

.key-card-p .bold {
    font-weight: 600;
}

.key-low {
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: -64px;
}

.key-low img {
    width: 170px;
}

.key-alt-text {
    margin-top: 35px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.key-alt-text h6 {
    color: var(--purple-color);
    font-weight: 600;
    font-size: 25px;
}

.key-alt-text span {
    font-size: 18px;
    font-weight: 400;
}

.key-point {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -35px;
}

.key-point img {
    width: 110px;
}

.works-head h1 {
    font-size: 65px;
    font-weight: 400;
    color: var(--purple-color);
}

.works-head p {
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
    color: #103861;
}

.works {
    margin-top: 65px;
    background-image: linear-gradient( to bottom, rgba(243, 248, 252, 0.65), rgba(243, 248, 252, 0.65)), url("../images/works.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 0px;
    position: relative;
    overflow: hidden;
}

.works-head {
    text-align: center;
}

.works-p {
    font-size: 20px;
}

.works-alt {
    font-size: 18px;
    font-weight: 400;
    color: var(--purple-color);
}

.works-alt-head {
    font-size: 20px;
    color: #103861;
    font-weight: 700;
}

.works-alt-p p {
    font-size: 18px;
}

.works-logo {
    margin-top: 35px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.works-water {
    position: absolute;
    right: -290px;
    top: 55px;
    display: block;
}

.help {
    overflow: hidden;
    position: relative;
    margin-top: 65px;
}

.help-card {
    background-color: #f4f4f4;
    position: relative;
    padding: 20px 16px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.help-card-head {
    font-size: 30px;
    font-weight: 800;
    color: #018fa6;
    line-height: 35px;
    margin-bottom: 8px;
}

.help-card-p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.help-card-line {
    height: 3px;
    background-color: var(--purple-color);
    width: 100%;
}

.help-head {
    font-size: 65px;
    font-weight: 400;
    color: var(--purple-color);
}

.footer-logo {
    max-width: 220px;
}

.footer {
    padding-top: 35px;
    padding-bottom: 15px;
    margin-top: 50px;
}

.footer-container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.footer-head h6 {
    font-size: 40px;
    font-weight: 400;
    color: var(--purple-color);
}

.footer-p {
    font-size: 18px;
    font-weight: 400;
}

.footer-head {
    margin-top: 65px;
}

.footer-btn button,
.footer-btn a {
    font-size: 18px;
    font-weight: 500;
    color: white;
    border: none;
    background-color: #103861;
    height: 50px;
    width: 200px;
}

.footer-right {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.footer-social {
    display: flex;
    align-items: end;
}

.footer-social-text {
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 25px;
    font-weight: 700;
    color: var(--purple-color);
}

.footer-social-icon a img {
    max-width: 35px;
    max-height: 35px;
}

.text-purple-color {
    font-weight: 600;
    color: var(--purple-color) !important;
}

.works-alt {
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/81ca3c48ed28bc5fc417753597bc7f28);
}

.footer {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.slider-alts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn {
    margin-right: 15px;
}

.content-machines {
    padding: 60px 0px;
    background-color: #F6FAFF;
}

.content-machines-bg {
    display: flex;
    align-items: center;
}

.content-machines-left {
    max-width: 450px;
}

.content-machines-head h1 {
    font-size: 55px;
    font-weight: 400;
    color: #7B3995;
}

.content-machines-desc span {
    font-size: 25px;
    font-weight: 400;
    color: black;
}

.content-machines-p span {
    font-size: 15px;
}

.content-machines-alt {
    display: flex;
    align-items: center;
}

.content-machines-alt-img {
    margin-right: 15px;
}

.content-machines-alt-text h6 {
    color: #7B3995;
    font-weight: 500;
}

.content-machines-alt-text .name {
    font-size: 15px;
    margin-top: 20px;
}

.content-machines-alt-text .name-alt {
    font-size: 15px;
}

.content-machines-left {
    margin-right: 60px;
    margin-left: auto;
}

.content-machines-right {
    margin-left: 60px;
    margin-right: auto;
}

.machines-card {
    background-position: center;
    padding: 40px 0px;
    width: 100%;
    background-size: cover;
    background-image: linear-gradient( to bottom, rgba(243, 248, 252, 0.65), rgba(243, 248, 252, 0.65)), url("https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/318572c29373374da27c4cfcc73aa692");
}

.machines-card-bg {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 30px;
    background-color: white;
}

.machines-card-head {
    line-height: 40px;
    text-align: center;
    color: #7B3995;
    font-size: 35px;
    font-weight: 400;
}

.machines-card-head img {
    max-width: 200px;
}

.machines-card-desc {
    margin-top: 20px;
}

.machines-card-desc p {
    font-size: 15px;
}

.machines-card-desc p span {
    font-weight: 500;
    color: #7B3995;
}

.machines-footer {
    padding: 1rem 0rem;
    background-color: white;
}

.machines-footer-logos {
    display: flex;
    align-items: center;
    justify-content: end;
}

.machines-footer-logos div {
    max-width: 120px;
    margin-left: 15px;
}

.machines-footer-logos .center {
    max-width: 90px;
}

.machines-footer-text {
    font-size: 16px;
}

.machines-footer-text img {
    max-width: 40px !important;
}

.machines-footer-text a {
    color: black;
    font-weight: 600;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .slider-text h1 {
        font-size: 60px;
    }
    .slider-text p {
        font-size: 25px;
    }
    .slider-btn button {
        height: 45px;
        width: 150px;
        font-weight: 600;
        font-size: 18px;
    }
    .slider-logos {
        justify-content: center;
        padding: 0px;
    }
    .slider-logos img {
        max-width: 155px;
    }
    .what {
        background-image: unset;
    }
    .what-list-bg {
        margin-top: 55px;
        float: unset;
        margin-left: 50px;
        margin-right: 50px;
    }
    .key-card-bottom {
        margin-top: 50px;
    }
    .what-big-head h6 {
        font-size: 50px;
    }
    .key-head h1 {
        font-size: 50px;
    }
    .works-head h1 {
        font-size: 50px;
    }
    .help-head {
        font-size: 50px;
    }
    .what-big-p p {
        font-size: 16px;
    }
    .key-card-head {
        font-size: 30px;
    }
    .key-card-p p {
        font-size: 16px;
    }
    .key-card-p p {
        font-size: 16px;
    }
    .key-alt-text h6 {
        font-size: 20px;
    }
    .works-head h1 {
        font-size: 40px;
    }
    .works-p {
        font-size: 16px;
    }
    .works-alt {
        font-size: 16px;
    }
    .works-alt-head {
        font-size: 18px;
    }
    .works-alt-p p {
        font-size: 16px;
    }
    .help-card-head {
        font-size: 20px;
    }
    .help-card-p {
        font-size: 16px;
    }
    .key-low img {
        width: 130px;
    }
    .key-low {
        text-align: center;
        bottom: -45px;
        left: 0;
    }
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-social-text {
        font-size: 16px;
    }
    .footer-social-icon a img {
        max-width: 28px;
        max-height: 28px;
    }
    .works-water {
        right: -310px;
    }
    .works-alt {
        position: relative;
        z-index: 50;
    }
    .works-p {
        position: relative;
        z-index: 50;
    }
    .works-head {
        position: relative;
        z-index: 50;
    }
    .help {
        margin-top: 0px;
    }
    .help-card {
        z-index: 50;
    }
    .works-logo {
        max-width: 200px;
        margin-top: 10px;
    }
    .footer-btn {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 25px !important;
    }
    .slider-btn {
        margin-top: 0px;
    }
    .works-head p {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .machines-footer-text {
        text-align: center;
    }
    .content-machines-right {
        margin-top: 40px;
        margin-left: 0px;
    }
    .content-machines-bg {
        display: block;
    }
    .content-machines-left {
        margin-right: 0px;
    }
    .machines-footer-logos {
        justify-content: center;
    }
    .machines-card-bg {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .slider-alts {
        display: grid;
        align-items: center;
        justify-content: center;
    }
    .slider-btn {
        margin-bottom: 10px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 576px) {
    .slider {
        background-image: url("https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/7349736dec2f6c6163fd7c6878a5a0cd");
        background-position: right top;
    }
    .content-machines-head h1 {
        font-size: 50px;
    }
    .content-machines-desc span {
        font-size: 20px;
    }
}

#content-wrapper>.container-fluid {
    padding: 0 !important;
}