/*---------------------
        General body
-----------------------*/

* {
    font-family: 'Poppins' !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-size: 14px;
    overflow-x: hidden !important;
}

.bodyOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: 300ms linear !important;
}

.bodyOverlay.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .63);
    z-index: 200;
    opacity: 1;
    visibility: visible;
    transition: 300ms linear !important;
}

/*---------------------
    Hero Section Starts
-----------------------*/

.hero_section {
    background: linear-gradient(to bottom, rgba(157, 250, 255, 0.368) 70%, rgba(121, 205, 209, 0.368));
    min-height: 53em;
}

.hero_container {
    padding: 0px 50px 0px 0px !important;
    background: url(/IMAGES/hero_bg_lines.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    height: max-content !important;
}

.hero_image_wrap {
    position: relative;
    height: 100%;
}

.hero_image_wrap img {
    position: absolute;
    left: 0;
    top: 7em;
    min-width: 40em !important;
}

.hero_heading {
    width: 66em;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.hero_heading h1 {
    margin-top: 2.5em;
    color: #000;
    font-size: clamp(35px, 3.5em, 6vw);
    line-height: 60px;
    font-weight: bolder !important;
    background: url(/IMAGES/h1_line01.png) no-repeat, url(/IMAGES/h1_line02.png) no-repeat;
    background-size: 95% 40px, 77% 23px;
    background-position-x: 0px, 0px;
    background-position-y: 75px, 137px;
}

.hero_heading .hero_heading_p {
    width: 45em !important;
    max-width: 100%;
    color: #363333;
    font-size: 17px;
    text-align: center;
}

.hero_share_img {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 1em;
    margin-bottom: 5em;
}

.hero_share_img img {
    width: 220px;
}

@media screen and (max-width: 700px) {
    .hero_heading h1 {
        margin-top: 2.5em;
        color: #000;
        font-size: clamp(27px, 2.7em, 6vw) !important;
        line-height: 45px !important;
        font-weight: bolder !important;
        background: url(/IMAGES/h1_line01.png) no-repeat, url(/IMAGES/h1_line02.png) no-repeat;
        background-size: 95% 40px, 77% 23px;
        background-position-x: 0px, 0px;
        background-position-y: 75px, 137px;
    }

    .hero_heading .hero_heading_p {
        width: 45em !important;
        max-width: 100%;
        color: #444;
        font-size: 17px;
        text-align: center;
        /* margin-bottom: 7em !important; */
    }

}

/*---------------------
    Hero Section Ends
-----------------------*/


/*---------------------
    Floating Container Section Styles
-----------------------*/

.floating_container_section {
    position: relative;
    background-color: #fff;
    border: none !important;
}

.floating_container_section .floating_container {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px 6.8em;
    margin-top: -6.5em;
    width: 78em;
    max-width: 100%;
    color: #fff;
    background: url(/IMAGES/hero_bottom_bg.png) no-repeat;
    background-size: 100% 100%;
    object-fit: fill;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(183, 179, 179, 0.25);
}

.floating_container_section .floating_container p {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    color: rgba(6, 6, 6, 1);
    line-height: 1.5;
}

.bleepus_features_section {
    padding: 0em 5em 0;
}

.bleepus_makes_section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    /* min-height: 68vh; */
    width: 100%;
    border: none;
    border-radius: 0px !important;
}

.ul_breaking_ground p {
    position: relative !important;
    font-size: 38px;
    color: #000 !important;
    font-weight: 300;
}

.ul_breaking_ground .svg_holder {
    min-width: 3em;
}

.ul_breaking_ground .svg_holder svg {
    width: 100%;
}

.card-img-over {
    width: 100% !important;
    overflow: hidden;
    top: 0px;
    left: 0px;
    background-color: transparent;
}

.card-img-over .card-title {
    font-size: 2.8em;
    color: #000;
    font-weight: 700;
    background: url(/IMAGES/b_breakingground_line.png) no-repeat;
    background-size: 83% 40px;
    background-position-x: 0px;
    background-position-y: 60px;
}

.card-img-over .card-text {
    font-size: 23px;
    color: #000 !important;
}

/*---------------------
    Instant Site Section Styles
-----------------------*/

.instant_site_section {
    padding: 5em 100px 0;
    width: 100%;
    /* min-height: 70em; */
    background: url(/IMAGES/b_savetime_bg.png) no-repeat;
    background-size: 100% 40%;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instant_site_section h1 {
    width: fit-content;
    height: 100px;
    margin: auto;
    font-size: 3em;
    text-align: center;
    color: #000;
    font-weight: 700;
    background: url(/IMAGES/b_breakingground_line.png) no-repeat;
    background-size: 100% 40px;
    background-position-x: 0px;
    background-position-y: 35px;
}

.instant_site_images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
}

.instant_site_images .instant_site_middle {
    position: relative;
    width: 25em;
    max-width: 100%;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.instant_site_images,
.instant_site_middle img {
    position: relative;
    width: 100%;
    /* border: 2px solid red; */
    z-index: 3;
}

.instant_site_leftimg {
    position: absolute;
    /* border: 2px solid red; */
    top: 1em;
    left: -30em;
    width: 40em;
    height: 200px;
}

.instant_site_leftimg img:nth-of-type(1) {
    width: 520px;
}

.instant_site_leftimg img:nth-of-type(2) {
    position: absolute;
    width: 100px;
    top: 0;
    right: 12em;
}

.instant_site_rightimg {
    position: absolute;
    /* border: 2px solid red; */
    top: 5em;
    right: -34em;
    /* width: 40em; */
    height: 200px;
    z-index: 1;
}

.instant_site_rightimg img {
    width: 550px;
}

.instant_site_bottomimg {
    position: absolute;
    /* border: 2px solid red; */
    bottom: 7em;
    right: -35em;
    /* width: 40em; */
    height: 200px;
    z-index: 4;
}

.instant_site_bottomimg img {
    width: 700px;
}

@media screen and (max-width: 1290px) {
    .instant_site_images .instant_site_middle {
        position: relative;
        width: 20em;
        max-width: 100%;
    }

    .instant_site_leftimg {
        position: absolute;
        /* border: 2px solid red; */
        top: 1em;
        left: -25em;
        width: 33em;
        height: 200px;
    }

    .instant_site_leftimg img:nth-of-type(1) {
        width: 450px;
    }

    .instant_site_leftimg img:nth-of-type(2) {
        position: absolute;
        width: 80px;
        top: 0;
        right: 12em;
    }

    .instant_site_rightimg {
        position: absolute;
        /* border: 2px solid red; */
        top: 5em;
        right: -18em;
        width: 25em;
        height: 200px;
        z-index: 1;
    }

    .instant_site_rightimg img {
        width: 500px;
    }

    .instant_site_bottomimg {
        position: absolute;
        /* border: 2px solid red; */
        bottom: .5em;
        right: -25em;
        /* width: 40em; */
        height: 200px;
        z-index: 4;
    }

    .instant_site_bottomimg img {
        width: 500px;
    }
}

@media screen and (max-width: 1070px) {
    .instant_site_images .instant_site_middle {
        position: relative;
        width: 17em;
        max-width: 100%;
    }

    .instant_site_leftimg {
        position: absolute;
        /* border: 2px solid red; */
        top: 1em;
        left: -21em;
        width: 33em;
        height: 200px;
    }

    .instant_site_leftimg img:nth-of-type(1) {
        width: 350px;
    }

    .instant_site_leftimg img:nth-of-type(2) {
        position: absolute;
        width: 60px;
        top: 0;
        right: 12em;
    }

    .instant_site_rightimg {
        position: absolute;
        /* border: 2px solid red; */
        top: 2em;
        right: -20em;
        width: 25em;
        height: 200px;
        z-index: 1;
    }

    .instant_site_rightimg img {
        width: 400px;
    }

    .instant_site_bottomimg {
        position: absolute;
        /* border: 2px solid red; */
        bottom: -1em;
        right: -17em;
        /* width: 40em; */
        height: 200px;
        z-index: 4;
    }

    .instant_site_bottomimg img {
        width: 400px;
    }
}

@media screen and (max-width: 800px) {
    .instant_site_section h1 {
        width: fit-content;
        height: 100px;
        margin: auto;
        font-size: 2.5em !important;
        text-align: center;
        color: #000;
        font-weight: 700;
        background: url(/IMAGES/b_breakingground_line.png) no-repeat;
        background-size: 100% 40px;
        background-position-x: 0px;
        background-position-y: 20px;
    }

    .instant_site_images {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10em;
        margin-bottom: 8em;
    }

    .instant_site_images .instant_site_middle {
        position: relative;
        width: 17em;
        max-width: 100%;
    }

    .instant_site_leftimg {
        position: absolute;
        /* border: 2px solid red; */
        top: -8.5em;
        left: -3em;
        width: 33em;
        height: 200px;
    }

    .instant_site_leftimg img:nth-of-type(1) {
        width: 350px;
    }

    .instant_site_leftimg img:nth-of-type(2) {
        position: absolute;
        width: 60px;
        top: 0;
        right: 12em;
    }

    .instant_site_rightimg {
        position: absolute;
        /* border: 2px solid red; */
        top: 18em;
        right: -3em;
        width: 25em;
        height: 200px;
        z-index: 8;
    }

    .instant_site_rightimg img {
        width: 400px;
    }

    .instant_site_bottomimg {
        position: absolute;
        /* border: 2px solid red; */
        bottom: -12em;
        right: -7em;
        /* width: 40em; */
        height: 200px;
        z-index: 4;
    }

    .instant_site_bottomimg img {
        width: 400px;
    }
}

@media screen and (max-width: 576px) {
    .instant_site_images {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13em;
        margin-bottom: 8em;
    }
}


/*---------------------
    Peace of mind Section Styles
-----------------------*/

.peace_img {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 1em;
}

.peace_img img {
    width: 190px;
}

.peaceofmind_section .peace_imgleft,
.peaceofmind_section .peace_imgright {
    width: 100%;
    height: auto !important;
}

.peaceofmind_section .peace_imgleft {
    background: url(/IMAGES/peace_imgleft.png) no-repeat;
    background-size: 100% 100%;
    background-position: right center;
    padding: 0 !important;
    margin: 0 !important;
}

.peaceofmind_section .peace_imgright {
    background: url(/IMAGES/peace_imgright.png) no-repeat;
    background-size: 90% 100%;
    background-position: right center;
    padding: 0 !important;
    margin: 0 !important;
}

.peaceofmind_container {
    padding: 0 0 0 3em;
}

.peaceofmind_container h2 {
    width: 15em;
    max-width: 100%;
    height: 100px;
    font-size: 2.8em;
    color: #000;
    font-weight: 700;
}

.peaceofmind_container p {
    font-size: 1.85em;
    color: rgba(124, 113, 113, 1);
}

@media screen and (max-width: 991px) {
    .peaceofmind_container {
        padding: 0 3em 0 3em;
    }

    .peaceofmind_container h2 {
        width: 15em;
        max-width: 100%;
        height: 100px;
        font-size: 2.4em;
        color: #000;
        font-weight: 700;
    }

    .peaceofmind_container p {
        font-size: 1.5em;
        color: rgba(124, 113, 113, 1);
    }

    .peace_img {
        width: fit-content;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 1em;
    }

    .peace_img img {
        width: 160px;
    }
}

@media screen and (max-width: 700px) {
    .peaceofmind_container {
        padding: 0 20px 0 20px;
    }

    .peaceofmind_container h2 {
        width: 15em;
        max-width: 100%;
        height: auto !important;
        margin-bottom: 15px;
        font-size: 2.1em;
        color: #000;
        font-weight: 700;
    }

    .peaceofmind_container p {
        font-size: 1.2em;
        color: rgba(124, 113, 113, 1);
    }

    .peace_img {
        width: fit-content;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 1em;
    }

    .peace_img img {
        width: 160px;
    }
}

@media screen and (max-width: 400px) {
    .peace_img {
        width: fit-content;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 1em;
    }
}


/*---------------------
    Cut Cost Section Styles
-----------------------*/

.cutcost_section {
    padding: 0 100px;
}

.cutcost_wrapleft {
    background: #1BD18C url(/IMAGES/cut_costimg01.png) no-repeat;
    background-size: 100% 100%;
    background-position: right center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cutcost_wrapleft h2 {
    font-size: 3.0em;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
}

.cutcost_wrapright {
    background: rgba(240, 181, 42, 1) url(/IMAGES/cut_costimg01.png) no-repeat;
    background-size: 100% 100%;
    background-position: right center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cutcost_wrapright h4 {
    font-size: 2.0em;
    color: #fff;
    font-weight: 500;
}

/*---------------------
    Logo Section Ends
-----------------------*/

@media screen and (max-width: 1120px) {
    .hero_container {
        padding: 0px 30px 10px 0px !important;
        /* opacity: 0.9; */
    }

    .bleepus_features_section {
        padding: 0em 30px 0;
    }

    .instant_site_section {
        padding: 0em 30px 0 !important;
        width: 100%;
        min-height: auto;
    }

    .cutcost_section {
        padding: 0 30px;
    }

    .hero_heading h1 {
        margin-top: 2.5em;
        color: #000;
        font-size: clamp(35px, 3em, 6vw);
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .hero_section {
        min-height: 68em;
    }

    .hero_container {
        padding: 0px 30px 0px 0px !important;
        background: url(/IMAGES/hero_bg_lines.png) no-repeat;
        background-position: center bottom;
        background-size: 100% 100%;
    }

    .hero_image_wrap {
        position: relative;
        height: 100%;
    }

    .hero_image_wrap img {
        position: none;
        left: 0;
        top: 18em;
        min-width: 40em !important;
    }

    .hero_heading {
        padding-left: 20px;
    }

    .hero_share_img {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        margin-top: 0em;
    }

    .hero_share_img img {
        width: 200px;
        max-width: 100%;
    }

    .floating_container_section .floating_container {
        position: relative;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 30px 1.8em;
        margin-top: -6.5em;
        width: 78em;
        max-width: 100%;
        background: url(/IMAGES/hero_bottom_bg.png) no-repeat;
        background-size: 100% 100%;
        object-fit: fill;
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(183, 179, 179, 0.25);
    }

    .floating_container_section .floating_container p {
        font-size: 16px;
        margin-bottom: 0;
        text-align: center;
        font-weight: 400;
        color: rgba(6, 6, 6, 1);
        line-height: 1.7;
    }

    .card-img-over .card-title {
        font-size: 2.2em;
        text-align: center;
        color: #000;
        font-weight: 700;
        background: url(/IMAGES/b_breakingground_line.png) no-repeat;
        background-size: 83% 40px;
        background-position-x: center;
        background-position-y: 30px;
    }

    .card-img-over .card-text {
        font-size: 17px;
        color: #000 !important;
    }

    .instant_site_section h1 {
        width: fit-content;
        height: 100px;
        margin: auto;
        font-size: 2.8em;
        text-align: center;
        color: #000;
        font-weight: 700;
        background: url(/IMAGES/b_breakingground_line.png) no-repeat;
        background-size: 100% 40px;
        background-position-x: 0px;
        background-position-y: 20px;
    }
}

@media screen and (max-width: 768px) {
    .hero_share_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 15px;
        margin: auto;
        margin-top: 0em;
    }

    .hero_share_img img {
        width: 140px;
        max-width: 100%;
    }

    .hero_image_wrap img {
        position: absolute;
        left: 0;
        top: 30em;
        min-width: 32em !important;
    }

    .cutcost_section {
        padding: 0 15px;
    }

    .cutcost_wrapleft {
        background: #1BD18C url(/IMAGES/cut_costimg01.png) no-repeat;
        background-size: 100% 100%;
        background-position: right center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px !important;
    }

    .cutcost_wrapleft h2 {
        font-size: 2.5em;
        color: #fff;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 0 !important;
    }
}