@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/bf871a5347b9f39405985fcf797c3cb1");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 40px;
    padding-bottom: 40px;
}

.slider-text {
    text-align: center;
}

.slider-text h1 {
    font-weight: 400;
    font-size: 85px;
    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 {
    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;
}

.postion-r-main {
    position: relative;
    z-index: 1;
}

.help-card {
    background-color: #f4f4f4;
    position: relative;
    z-index: 1;
    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: 0px;
}

.contact-card-bg {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    background-color: #f4f4f4;
    padding: 30px 25px;
}

.contact-card-head h1 {
    font-size: 30px;
    font-weight: 700;
    color: #018fa6;
    line-height: 35px;
    margin-bottom: 8px;
}

.contact-card-line {
    height: 2px;
    background-color: var(--purple-color);
    width: 100%;
}

.contact-card-form .form-floating input {
    font-size: 15px;
    font-weight: 500;
    padding: 16px 15px;
}

.contact-card-form .form-floating input:focus {
    box-shadow: unset !important;
    border: 2px solid #018fa6 !important;
}

.contact-card-form .form-floating>label {
    left: 15px;
}

.contact-textarea label {
    left: 10px;
}

.contact-textarea textarea {
    font-size: 15px;
    font-weight: 500;
    padding: 30px 26px !important;
}

.contact-textarea textarea:focus {
    box-shadow: unset !important;
    border: 2px solid #018fa6 !important;
}

.contact-question-card {
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.contact-question-text {
    font-size: 16px;
    font-weight: 500;
}

.wrapper {
    display: inline-flex;
    height: 40px;
    width: 215px;
    align-items: center;
    justify-content: space-evenly;
}

.wrapper .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

.wrapper .option .dot {
    height: 16px;
    width: 16px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #018fa6;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.wrapper input[type="radio"] {
    display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
    border-color: #018fa6;
    background: #018fa6;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    color: #fff;
}

#option-3:checked:checked~.option-3,
#option-4:checked:checked~.option-4 {
    border-color: #018fa6;
    background: #018fa6;
}

#option-3:checked:checked~.option-3 .dot,
#option-4:checked:checked~.option-4 .dot {
    background: #fff;
}

#option-3:checked:checked~.option-3 .dot::before,
#option-4:checked:checked~.option-4 .dot::before {
    opacity: 1;
    transform: scale(1);
}

#option-3:checked:checked~.option-3 span,
#option-4:checked:checked~.option-4 span {
    color: #fff;
}

#option-5:checked:checked~.option-5,
#option-6:checked:checked~.option-6 {
    border-color: #018fa6;
    background: #018fa6;
}

#option-5:checked:checked~.option-5 .dot,
#option-6:checked:checked~.option-6 .dot {
    background: #fff;
}

#option-5:checked:checked~.option-5 .dot::before,
#option-6:checked:checked~.option-6 .dot::before {
    opacity: 1;
    transform: scale(1);
}

#option-5:checked:checked~.option-5 span,
#option-6:checked:checked~.option-6 span {
    color: #fff;
}

#option-7:checked:checked~.option-7,
#option-8:checked:checked~.option-8 {
    border-color: #018fa6;
    background: #018fa6;
}

#option-7:checked:checked~.option-7 .dot,
#option-8:checked:checked~.option-8 .dot {
    background: #fff;
}

#option-7:checked:checked~.option-7 .dot::before,
#option-8:checked:checked~.option-8 .dot::before {
    opacity: 1;
    transform: scale(1);
}

#option-7:checked:checked~.option-7 span,
#option-8:checked:checked~.option-8 span {
    color: #fff;
}

.wrapper .option span {
    font-size: 15px;
    color: #808080;
}

.contact-question-card {
    display: flex;
    align-items: center;
}

.contact-question-option {
    margin-left: auto;
}

.contact-card-button {
    height: 50px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #018fa6;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    color: white;
    margin-left: auto;
}

.mobile-img {
    display: 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;
    }
    .works-p {
        position: relative;
    }
    .works-head {
        position: relative;
    }
    .help {
        margin-top: 0px;
    }
    .help-card {}
    .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;
    }
}

@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;
    }
    .contact-question-text {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .wrapper {
        height: 30px;
        width: 200px;
    }
    .wrapper .option span {
        font-size: 14px;
    }
    .contact-question-card {
        display: block;
    }
    .slider {
        padding-top: 0px;
        background-image: url("https://www.cleansupply.co.uk/files/uploaded/page_attachments/attachment/7c5090087004038f19d36be58d7dbaa1");
        background-position: right top;
    }
    .mobile-img {
        display: block;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 576px) {
    .slider-btn button,
    .slider-btn a {
        height: 50px;
        font-size: 19px;
    }
}

#content-wrapper>.container-fluid {
    padding: 0 !important;
}