﻿.services_heroSection {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_hero_content {
    height: 654px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.services_heroText {
    height: 414px;
    width: 265px;
}

    .services_heroText h1 {
        margin-bottom: 20px;
        height: 80px;
        width: 171px;
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 80px;
        color: var(--btn-bgcolor);
    }

    .services_heroText p {
        margin-top: 30px;
        width: 268.5px;
        height: 286px;
        font-size: 0.71875rem;
        font-weight: 400;
        line-height: 22px;
    }

.services_heroImg img {
    height: 207px;
    width: 325px;
}

.get-started-main {
    background-color: var(--btn-bgcolor);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-started {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 360px;
    height: 373px;
    background-color: var(--btn-bgcolor);
    color: var(--basic_color);
}

    .get-started h2 {
        height: 45px;
        width: 321px;
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 45px;
        text-align: center;
    }

    .get-started p {
        height: 144px;
        width: 260px;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }

    .get-started button {
        width: 146.59px;
        height: 44px;
        padding: 9px 29.67px 11px 30px;
        gap: 0px;
        border-radius: 20px;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        border: 2px solid var(--basic_color);
        background-color: var(--btn-bgcolor);
        color: var(--basic_color);
    }

.support-ser-main {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .support-ser-main h2 {
        height: 40px;
        width: 258px;
        color: var(--btn-bgcolor);
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 39.06px;
        text-align: center;
    }

.support-ser {
    background-color: #f9f9f9;
    height: 668px;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.support-ser-contant {
    height: 548px;
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.support-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 203px;
    width: 287px;
}

    .support-text p {
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
    }

    .support-text button {
        width: 184px;
        height: 52px;
        font-size: 1rem;
        padding: 16px 32px 16px 37px;
        gap: 0px;
        border: none;
        color: var(--basic_color);
        background-color: var(--caveat-color);
        font-weight: 700;
        line-height: 20px;
        text-align: left;
    }

.blue-border {
    height: 20px;
    background-color: var(--btn-bgcolor);
}

video {
    display: block;
    width: 325px;
    height: 206px;
    border: 2px solid #ccc;
    border-radius: 10px;
}

@media (min-width: 576px) {
    .service_hero_content {
        justify-content: space-evenly;
        height: 748.49px;
    }

    .services_heroText {
        height: 359px;
        width: 495px;
    }

        .services_heroText p {
            margin: 0;
            width: 495px;
            height: 220px;
            font-size: 1rem;
        }

        .services_heroText h1 {
            font-size: 3rem;
            width: 206px;
        }

    .services_heroImg img {
        width: 508px;
        height: 292px;
    }

    .get-started {
        width: 576px;
        height: 349px;
    }

        .get-started h2 {
            font-size: 1.875rem;
        }

        .get-started p {
            width: 476px;
            height: 120px;
            font-size: 1rem;
        }

    .support-ser {
        height: 768px;
        width: 576px;
    }

    .support-ser-main h2 {
        font-size: 2rem;
    }

    .support-text {
        width: 403px;
    }

        .support-text p {
            height: 120px;
            width: 373px;
            font-size: 1rem;
        }

    video {
        width: 508px;
        height: 291px;
    }
}

@media (min-width: 992px) {
    .service_hero_content {
        flex-direction: row;
        height: 457px;
        width: 992px;
    }

    .services_heroText {
        height: 359px;
        width: 396px;
        margin-bottom: 70px;
        margin-left: 40px;
    }

        .services_heroText p {
            height: 264px;
            width: 396px;
            font-size: 0.9375rem;
        }

    .services_heroImg img {
        width: 508px;
        height: 291px;
    }

    .get-started-main {
        background-color: var(--basic_color);
        height: 373px;
        justify-content: center;
    }

    .get-started {
        width: 892px;
        height: 273px;
        border-radius: 150px;
    }

        .get-started p {
            width: 705px;
            height: 96px;
            font-size: 1.125rem;
        }

    .support-ser {
        width: 992px;
        height: 669px;
        justify-content: center;
    }

    .support-ser-contant {
        width: 992px;
        height: 378px;
        flex-direction: row;
    }

    .support-text {
        margin-top: 60px;
        min-height: 232px;
        align-items: start;
    }

        .support-text p {
            height: 150px;
            font-size: 1.125rem;
            text-align: left;
        }
}

@media (min-width: 1200px) {
    .service_hero_content {
        width: 1200px;
        justify-content: flex-start;
    }

    .services_heroText {
        height: 320px;
        width: 495px;
        margin-left: 80px;
        margin-bottom: 20px;
    }

        .services_heroText h1 {
            font-size: 3.5rem;
        }

        .services_heroText p {
            font-size: 1.0625rem;
            height: 220px;
            width: 495px;
        }

    .services_heroImg img {
        height: 383px;
        width: 615px;
    }

    .get-started {
        width: 1000px;
    }

    .support-ser {
        width: 1200px;
    }

    .support-ser-main h2 {
        margin-bottom: 60px;
    }

    .support-ser-contant {
        width: 1200px;
    }

    .support-text {
        min-height: 203px;
        width: 488px;
    }

        .support-text p {
            width: 458px;
            height: 120px;
            margin-left: 30px;
        }

        .support-text button {
            margin-left: 30px;
        }

    video {
        width: 615px;
        height: 383px;
    }
}

@media (min-width: 2000px) {
    .service_hero_content {
        justify-content: space-evenly;
        height: 862px;
        width: 2000px;
    }

    .services_heroText {
        height: 410px;
        width: 670px;
        margin-bottom: 0;
    }

        .services_heroText p {
            height: 300px;
            width: 666px;
            font-weight: 400;
            line-height: 30px;
            font-size: 1.3125rem;
        }

        .services_heroText h1 {
            width: 360px;
            font-size: 5.25rem;
        }

    .services_heroImg img {
        margin-left: 70px;
        width: 1071px;
        height: 599px;
    }

    .get-started-main {
        height: 673px;
    }

    .get-started {
        width: 1808px;
        height: 383px;
        border-radius: 170px;
    }

        .get-started h2 {
            width: 598px;
            font-size: 3.5rem;
        }

        .get-started p {
            width: 1481px;
            height: 120px;
            font-size: 2rem;
            font-weight: 400;
            line-height: 40px;
            text-align: center;
        }

        .get-started button {
            width: 200px;
            height: 50px;
            top: 292px;
            left: 804px;
            padding: 12px 45px 18px 46px;
            font-size: 1.25rem;
            border-radius: 25px;
        }

    .support-ser-main {
        background-color: var(--basic_color);
    }

        .support-ser-main h2 {
            width: 466px;
            font-size: 3.5rem;
        }

    .support-ser-contant {
        width: 1600px;
    }

    .support-ser {
        width: 1606px;
    }

    .support-text {
        margin-top: 20px;
        width: 653px;
    }

        .support-text p {
            width: 600px;
            font-size: 1.375rem;
        }

        .support-text button {
            width: 167px;
            height: 52px;
            padding: 16px 25px 16px 25px;
            gap: 0px;
        }

    video {
        width: 1071px;
        height: 599px;
    }
}
