.homehero {
    position: relative;
    overflow: hidden;
}

.homehero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    background: var(--black);
}

.homehero-wrap {
    padding: 64px 0 61px 0;
}

.homehero-wrap .left-text {
    padding-left: 60px;
}

.homehero-wrap .left-text h1,
.homehero-wrap .left-text p,
.homehero-wrap .right-card p {
    color: var(--white);
}

.homehero-wrap .left-text h1 {
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
    font-family: 'Pacifico Regular', sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 89.6px;
    margin: 6px 0 7px 0;
}

.homehero-wrap .left-text h1 span {
    font-family: 'Thadonce', sans-serif;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--white);
    color: var(--blue);
    font-size: 145px;
    line-height: 127px;
    letter-spacing: 1px;
    display: block;
}

.homehero-wrap .left-text p {
    margin: 0 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    max-width: 334px;
}

.homehero-wrap .left-text .cta-group {
    margin-top: 30px;
    gap: 15px;
}

.homehero-wrap .right-card {
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.30);
    /* box-shadow: 0 30px 70px 0 rgba(25, 141, 187, 0.18); */
    padding: 30px 28px;
    max-width: 450px;
    position: relative;
}

.homehero-wrap .right-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
    border-radius: 28px;
}

.homehero-wrap .right-card .right-card-img {
    position: absolute;
    right: -75px;
    top: -45px;
}

.homehero-wrap .right-card p.hero_card_label {
    font-size: 11px;
    font-weight: 800;
    line-height: 17.6px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin: 0 0 6.01px 0;
}

.homehero-wrap .right-card p.hero_card_title {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.40);
    font-size: 37px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 1px;
    font-family: 'Thadonce', sans-serif;
    margin: 0 0 14px 0;
}

.homehero-wrap .right-card p.single-card-item {
    margin: 0 0 0 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.40);
    font-size: 13.4px;
    font-weight: 700;
    line-height: 21.6px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 0 12px 0;
    gap: 14px;
}

.homehero-wrap .right-card p.hero_card_cta_label,
.homehero-wrap .right-card a {
    font-family: 'Anton', sans-serif;
}

.homehero-wrap .right-card p.hero_card_cta_label {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 11px;
    line-height: 17.6px;
    margin: 14px 0 4px 0;
}

.homehero-wrap .right-card a {
    font-size: 26px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.40);
    color: var(--white);
    line-height: 41.6px;
    letter-spacing: 1px;
}

.homehero-wrap .right-card a:hover {
    color: var(--orange);
}

.hero_bottom_features {
    justify-content: center;
    padding-bottom: 83px;
    gap: 61px;
}

.hero_bottom_features p {
    color: var(--white);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.40);
    font-size: 12.5px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    gap: 10px;
}

@media (max-width:1400px) {
    .homehero-wrap .left-text {
        padding-left: 0;
    }
}

@media (max-width:1200px) {
    .homehero-wrap .left-text h1 span {
        font-size: 125px;
        line-height: 107px;
    }

    .homehero-wrap .row .col-md-6:first-child {
        width: 47%;
    }

    .homehero-wrap .row .col-md-6:nth-child(2) {
        width: 53%;
    }
}

@media(max-width:992px) {

    .homehero-wrap .row .col-md-6:first-child,
    .homehero-wrap .row .col-md-6:nth-child(2) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .homehero-wrap .left-text h1 {
        font-size: 25.76px;
        text-shadow: 0 1.84px 9.2px rgba(0, 0, 0, 0.45);
        line-height: 41.216px;
        order: 1;
    }

    .homehero-wrap .left-text p {
        order: 2;
    }

    .homehero-wrap .left-text .google-review {
        order: 3;
    }

    .homehero-wrap .left-text .cta-group {
        order: 4;
        margin-top: 0;
        gap: 12.228px;
        margin-bottom: 75px;
        flex-wrap: wrap;
    }

    .homehero-wrap .left-text h1 span {
        text-shadow: 0 3.68px 13.8px rgba(0, 0, 0, 0.45);
        font-size: 66.7px;
        line-height: 58.42px;
        letter-spacing: 0.46px;
        -webkit-text-stroke-width: 1.38px;
        -webkit-text-stroke-color: var(--white);
    }

    .homehero-wrap .left-text {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .homehero-wrap .left-text h1,
    .homehero-wrap .left-text p {
        margin: 0 0;
    }

    .homehero-wrap .right-card p.hero_card_label {
        line-height: 12.571px;
        font-size: 12px;
    }

    .homehero-wrap .right-card p.hero_card_title {
        font-size: 26.429px;
        line-height: 23.571px;
        letter-spacing: 0.714px;
        text-shadow: 0 0.714px 2.857px rgba(0, 0, 0, 0.40);
    }

    .homehero-wrap .right-card a {
        font-size: 18.571px;
        text-shadow: 0 0.714px 2.857px rgba(0, 0, 0, 0.40);
        line-height: 29.714px;
        letter-spacing: 0.714px;
    }

    .homehero-wrap .right-card p.hero_card_cta_label {
        letter-spacing: 1.786px;
        font-size: 12px;
        line-height: 12.571px;
    }

    .homehero-wrap .right-card {
        padding: 21.429px 20px;
        min-width: 360px;
    }

    .hero_bottom_features {
        padding-bottom: 62px;
    }

    .hero_bottom_features p {
        margin: 0 0;
    }

    .right-card-img img {
        max-height: 400px;
    }
}

@media(max-width:767px) {
    .hero_bottom_features {
        gap: 12px;
        flex-wrap: wrap;
    }

    .homehero-wrap .row .col-md-6:first-child,
    .homehero-wrap .row .col-md-6:nth-child(2) {
        justify-content: flex-start;
    }

    .homehero-wrap {
        padding: 40px 14px 61px 14px;
    }

    .homehero-wrap .left-text .cta-group {
        margin-bottom: 55px;
    }

    .homehero-wrap .right-card p.single-card-item {
        padding: 12px 120px 12px 0px;
    }

    .homehero-wrap .right-card p.single-card-item {
        font-size: 12px;
        font-weight: 700;
        line-height: 15.429px;
    }
}

@media (max-width: 476px) {
    .homehero-wrap .right-card {
        padding: 21.429px 20px;
        min-width: 80%;
        max-width: 80%;
    }

    .right-card-img img {
        max-height: 350px;
    }

    .homehero-wrap .right-card p.single-card-item {
        padding: 12px 51px 12px 0px;
    }

    .homehero-wrap .right-card .right-card-img {
        right: -97px;
    }
}