
.swiper__home_content_wrapper {
    width: 50%;
    /* height: 70vh; */
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding-top: 75px;
    padding-bottom: 25px;
}


.swiper__home_content_body_wrapper {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.swiper__home_overlay_color {
    background: linear-gradient(90deg, rgba(9,34,51,1) 20%, rgba(9,34,51,0) 90%);
}

.swiper__home_overlay_grid {
    background-image: url("/wp-content/uploads/2024/12/grid-overlay.png");
   background-repeat: no-repeat;   
}

.swiper__home_cta_container {
    display: flex;
    align-items: center;
    gap: 50px;
}


.swiper__home_button_wrapper.fade-up {
    animation-delay: 300ms !important;
}




@media screen and (max-width: 1399px) {
    .swiper__home_content_wrapper {
        height: fit-content;
    }
    
    .swiper__home_content_wrapper {
        width: 65%;
    }
}

@media screen and (max-width: 1199px) {
    .swiper__home_content_wrapper {
        width: 75%;
    }

    :root {
        --FC-wedge-blue: linear-gradient(125deg, var(--FC-color-blue-fade) 45%, rgba(255,255,255,0) 85%);
    }

    .swiper__home_overlay_color {
        background: linear-gradient(90deg, rgba(9,34,51,1) 30%, rgba(9,34,51,0) 90%);
    }

}

@media screen and (max-width: 1199px) {
    .swiper__home_content_wrapper {
        padding-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .swiper__home_content_wrapper {
        width: 70%;
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 75px;
    }

    .swiper__home_overlay_color {
        background: linear-gradient(90deg, rgba(9,34,51,1) 40%, rgba(9,34,51,0) 90%);
    }

    .swiper__home_content_body_wrapper {
        gap: 25px;
    }
}


@media screen and (max-width: 767px) {
    .swiper__home_content_wrapper {
        width: 100%;
    }

    :root {
        --FC-wedge-blue: linear-gradient(125deg, var(--FC-color-blue-fade) 60%, rgba(255,255,255,0) 100%);
    }

}


@media screen and (max-width: 500px) {

    /* .swiper__home_content_wrapper {
        padding-bottom: 50px;
    } */

    .swiper__home_overlay_color {
        background: linear-gradient(90deg, rgba(9,34,51,1)20%, rgba(9,34,51,.4) 85%);
    }

    .swiper__home_content_body_wrapper {
        width: 100%;
    }

    .swiper__home_content_body {
        width: 90%;
    }

    .swiper__home_cta_container {
        flex-direction: column;
        gap: 25px;
    }

    .remove_break {
        display: none;
    }

}