.summer-landing {
    font-family: "Open Sans", sans-serif;
}

.summer-landing .heading {
    background-image: url("/global/images/summer-landing/main-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 100px 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.summer-landing .heading__logo {
    width: 200px;
    height: auto;
}

.summer-landing .heading__mobile {
    display: none;
}

.summer-landing .heading__title {
    color: #fff;
    font-size: 55px;
    text-align: left;
    font-weight: lighter;
    width: 55%;
    margin: 40px 0;
}

.summer-landing .heading__subtitle {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 25px;
}

.summer-landing .heading__subtitle > ul {
    list-style-type: none;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 0;
}

.summer-landing .heading__box {
    display: flex;
}

.summer-landing .heading__cta {
    background: rgb(33, 158, 224);
    background: linear-gradient(
        180deg,
        rgba(33, 158, 224, 1) 0%,
        rgba(4, 105, 159, 1) 100%
    );
    border: 0;
    border-radius: 12px;
    padding: 25px 45px;
    margin: 0 25px 0 0;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    display: block;
}

.summer-landing .heading__reviews {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.summer-landing .heading__reviews img {
    height: 20px;
    width: auto;
    margin: 0 0 5px;
}

.summer-landing .section-1 {
    background-color: #fff;
    padding: 50px 0;
}

.summer-landing .section-1__title {
    font-size: 56px;
    font-weight: lighter;
    color: #0483c6;
    text-align: center;
}

.summer-landing .section-1__subtitle {
    color: #6f7070;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}

.summer-landing .cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    margin: 30px auto 50px;
    width: 90%;
}

.summer-landing .card {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.summer-landing .card__title {
    color: #0483c6;
    font-weight: bolder;
    font-size: 18px;
    margin: 0 0 25px;
}

.summer-landing .card__text {
    color: #6f7070;
    line-height: 1.4;
    margin: 0 0 25px;
}

.summer-landing .card__cta {
    background: rgb(248, 163, 116);
    background: linear-gradient(
        180deg,
        rgba(248, 163, 116, 1) 0%,
        rgba(249, 97, 14, 1) 50%,
        rgba(232, 82, 0, 1) 100%
    );
    border: 0;
    border-radius: 12px;
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.summer-landing .section-1__clients-title {
    font-size: 36px;
    font-weight: lighter;
    color: #0483c6;
    text-align: center;
    margin: 0 0 25px;
}

.summer-landing .section-1__clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px;
}

.summer-landing .section-1__client {
    width: 100%;
    height: auto;
}

.summer-landing .section-2 {
    background-color: #fa610e;
    padding: 50px 0;
}

.summer-landing .section-2__title {
    font-size: 56px;
    font-weight: lighter;
    color: #fff;
    text-align: center;
}

.summer-landing .section-2__subtitle {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    width: 80%;
    margin: 0 auto 30px;
}

.summer-landing .section-2__list {
    columns: 2;
    list-style-type: none;
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    width: 80%;
    margin: 0 auto 30px;
}

.summer-landing .section-2__cta {
    background: rgb(33, 158, 224);
    background: linear-gradient(
        180deg,
        rgba(33, 158, 224, 1) 0%,
        rgba(4, 105, 159, 1) 100%
    );
    border: 0;
    border-radius: 12px;
    padding: 20px 30px;
    margin: 0 auto;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    display: block;
}

.summer-landing .section-3 {
    background-color: #fff;
    padding: 50px 0;
}

.summer-landing .statistics-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.summer-landing .statistic__number {
    color: #0483c6;
    font-weight: bolder;
    font-size: 34px;
    margin: 0 0 10px;
}

.summer-landing .statistic__text {
    font-size: 28px;
    color: #6f7070;
    text-transform: uppercase;
}

.summer-landing .section-4 {
    background-color: #efefef;
    padding: 80px 0;
    text-align: center;
}

.summer-landing .section-4__title {
    color: #6f7070;
    font-size: 45px;
    margin: 0 0 40px;
    font-weight: lighter;
}

.summer-landing .section-4__cta {
    background: rgb(248, 163, 116);
    background: linear-gradient(
        180deg,
        rgba(248, 163, 116, 1) 0%,
        rgba(249, 97, 14, 1) 50%,
        rgba(232, 82, 0, 1) 100%
    );
    border: 0;
    border-radius: 12px;
    padding: 20px 30px;
    display: block;
    margin: 0 auto;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

@media (max-width: 768px) {
    .summer-landing .heading {
        background-image: none;
        background-color: #0483c6;
        padding: 30px 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .summer-landing .heading__logo {
        align-self: center;
    }

    .summer-landing .heading__mobile {
        display: block;
        width: 100vw;
        transform: translateX(-5%);
        margin: 30px 0;
    }

    .summer-landing .heading__cta {
        background: rgb(248, 163, 116);
        background: linear-gradient(
            180deg,
            rgba(248, 163, 116, 1) 0%,
            rgba(249, 97, 14, 1) 50%,
            rgba(232, 82, 0, 1) 100%
        );
        border: 0;
        border-radius: 12px;
        padding: 20px 30px;
        display: block;
        margin: 0 auto;
        color: #fff;
        outline: none;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Arial", sans-serif;
        font-size: 14px;
    }

    .summer-landing .heading__cta-container {
        padding: 15px 0;
        display: flex;
        justify-content: center;
        z-index: 1;
    }

    .summer-landing .heading__title {
        font-size: 34px;
        text-align: center;
        width: 100%;
        margin: 25px 0;
    }

    .summer-landing .heading__subtitle {
        text-align: center;
    }

    .summer-landing .heading__subtitle > ul {
        text-align: left;
    }

    .summer-landing .heading__box {
        align-self: center;
        flex-direction: column;
    }
    .summer-landing .heading__reviews {
        align-self: center;
        align-items: center;
    }

    .summer-landing .heading__reviews img {
        height: 25px;
    }

    .summer-landing .heading__cta {
        margin: 0;
    }

    .summer-landing .section-1 {
        padding: 30px 5%;
    }

    .summer-landing .section-1__title {
        font-size: 34px;
    }

    .summer-landing .cards-container {
        grid-template-columns: 1fr;
    }

    .summer-landing .card:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .summer-landing .section-1__clients-title {
        font-size: 34px;
    }

    .summer-landing .section-1__clients-grid {
        grid-template-columns: 1fr 1fr;
        width: 90%;
        margin: 0 auto;
    }

    .summer-landing .section-2 {
        padding: 30px 5%;
    }

    .summer-landing .section-2__title {
        font-size: 34px;
    }

    .summer-landing .section-2__subtitle {
        font-size: 18px;
    }

    .summer-landing .section-2__list {
        columns: 1;
        font-size: 16px;
        width: 90%;
    }

    .summer-landing .statistics-grid {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }

    .summer-landing .statistic {
        width: 50%;
    }

    .summer-landing .statistic > b {
        font-size: 28px;
    }

    .summer-landing .statistic > p {
        font-size: 16px;
    }

    .summer-landing .section-4__title {
        font-size: 34px;
    }
}
