@media screen and (max-width: 1399px) {
    body {
        font-family: 'Roboto', 'Century Gothic', sans-serif;
    }

    .product_card {
        position: relative;
        align-items: center;
    }

    .current_card {
        height: 70%;
        position: relative;
        display: flex;
    }

    .wrap_text_card {
        width: 45%;
        margin-top: auto;
        margin-bottom: auto;
    }
    .wrap_notext_card {
        width: 60%;
        margin-top: 0;
        margin-bottom: auto;
        height: 100%;
    }

    .text_card {
        width: max-content;
        position: relative;
    }

    button.product_btn:focus {
        outline: none;
    }

    .begin_products {
        font-family: Century Gothic;
        font-style: normal;
        font-weight: normal;
        font-size: 80px;
        line-height: 97px;
        text-align: center;
        mix-blend-mode: color-dodge;
        background: linear-gradient(360deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 90.24%),
        linear-gradient(0deg, #757EAD, #757EAD);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #0B2349;
        display: table;
    }

    .begin_text_product {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 46px;
        color: #C4C4C4;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .text_product {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 25px;
        line-height: 28px;
        color: #C4C4C4;
    }

    .back_gradient {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #2e3f87fa;
        mix-blend-mode: color;
        opacity: 1;
        filter: blur(64.558px);
        border-radius: 17px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .button_product {
        position: relative;
        text-align: center;
    }

    .product_btn {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), rgba(107, 123, 181, 0.5);
        mix-blend-mode: color-dodge;
        box-shadow: 0px 2px 4px rgba(120, 141, 200, 0.25);
        border-radius: 36px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 29px;
        /* identical to box height */
        text-align: center;
        color: #FFFFFF;
        border: 1px solid #7884b5;
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: 25rem;
    }

    div#product1 {
        background-repeat: no-repeat;
        background-size: auto;
    }

    div#product3 {
        background-repeat: no-repeat;
        background-size: contain;
    }

    div#product2 {
        background-repeat: no-repeat;
    }

    div#flowimg {
        background-image: url("../images/floimg.png");
        height: 18rem;
        width: 85%;
        background-position: center;
    }

    div#product4 {
        background-repeat: no-repeat;
        background-size: auto;
    }
        .project_href {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 35px;
            line-height: 54px;
            text-align: center;
            text-transform: capitalize;
            opacity: 0.64;
            text-decoration: none;
            margin-left: auto;
            margin-right: auto;
        }
        .bottom_flow_menu {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 17px;
            line-height: 25px;
            color: #c3c3c3;
            opacity: 1;
        }
}
@media screen and (max-width: 1199px) {
    body {
        font-family: 'Roboto', 'Century Gothic', sans-serif;
    }

    .product_card {
        position: relative;
        align-items: center;
    }

    .current_card {
        height: 70%;
        position: relative;
        display: flex;
    }

    .wrap_text_card {
        width: 45%;
        margin-top: auto;
        margin-bottom: auto;
    }
    .wrap_notext_card {
        width: 60%;
        margin-top: 0;
        margin-bottom: auto;
        height: 100%;
    }

    .text_card {
        width: max-content;
        position: relative;
    }

    button.product_btn:focus {
        outline: none;
    }

    .begin_products {
        font-family: Century Gothic;
        font-style: normal;
        font-weight: normal;
        font-size: 70px;
        line-height: 97px;
        text-align: center;
        mix-blend-mode: color-dodge;
        background: linear-gradient(360deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 90.24%),
        linear-gradient(0deg, #757EAD, #757EAD);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #0B2349;
        display: table;
    }

    .begin_text_product {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 46px;
        color: #C4C4C4;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .text_product {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 25px;
        line-height: 28px;
        color: #C4C4C4;
    }

    .back_gradient {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #2e3f87fa;
        mix-blend-mode: color;
        opacity: 1;
        filter: blur(64.558px);
        border-radius: 17px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .button_product {
        position: relative;
        text-align: center;
    }

    .product_btn {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), rgba(107, 123, 181, 0.5);
        mix-blend-mode: color-dodge;
        box-shadow: 0px 2px 4px rgba(120, 141, 200, 0.25);
        border-radius: 36px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 29px;
        /* identical to box height */
        text-align: center;
        color: #FFFFFF;
        border: 1px solid #7884b5;
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: 25rem;
    }

    div#product1 {
        background-repeat: no-repeat;
        background-size: contain;
    }

    div#product3 {
        background-repeat: no-repeat;
        background-size: contain;
    }

    div#product2 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
    }

    div#flowimg {
        background-image: url("../images/floimg.png");
        height: 18rem;
        width: auto;
        background-position: center;
    }

    div#product4 {
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 991px) {
    .modal_project_begin.active {
        border-bottom: 4px solid #6b7bb5;
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: white;
        color: #ffffff;
        margin-bottom: 0;
    }
    .bottom_flow_menu {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 13px;
            line-height: 25px;
            color: #c3c3c3;
            opacity: 1;
        }
    body {
        font-family: 'Roboto', 'Century Gothic', sans-serif;
    }

.productm {
    height: auto;
}

    .product_card {
        position: relative;
        height: auto;
        align-items: center;
        display: inline-block;
    }

    .current_card {
        height: 100%;
        position: relative;
        display: block;
    }

    .wrap_text_card {
        width: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }

    .wrap_notext_card {
        width: 100%;
        margin-top: 0;
        margin-bottom: auto;
        height: 30rem;
    }

div#product_img2 {
     background-image: url(../images/flowviewers.png);
     background-size: contain;
     background-repeat: no-repeat;
     background-position: top;
     display: block;
}
    .text_card {
        width: max-content;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

    button.product_btn:focus {
        outline: none;
    }

    .begin_products {
        font-family: Century Gothic;
        font-style: normal;
        font-weight: normal;
        font-size: 45px;
        line-height: 97px;
        text-align: center;
        mix-blend-mode: color-dodge;
        background: linear-gradient(360deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 90.24%),
        linear-gradient(0deg, #757EAD, #757EAD);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #0B2349;
        display: block;
    }

    .begin_text_product {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 46px;
        color: #C4C4C4;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
    }

    .text_product {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        color: #C4C4C4;
    }

    .back_gradient {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #2e3f87fa;
        mix-blend-mode: color;
        opacity: 1;
        filter: blur(64.558px);
        border-radius: 17px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .button_product {
        position: relative;
        text-align: center;
        padding-top: 5rem;
    }

    .product_btn {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), rgba(107, 123, 181, 0.5);
        mix-blend-mode: color-dodge;
        box-shadow: 0px 2px 4px rgba(120, 141, 200, 0.25);
        border-radius: 36px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 29px;
        /* identical to box height */
        text-align: center;
        color: #FFFFFF;
        border: 1px solid #7884b5;
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: 17rem;
    }

    div#product1 {
        background-image: antiquewhite;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        padding-top: 1rem;
        margin-bottom: 5rem;
    }

    div#product3 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        padding-top: 1rem;
        margin-bottom: 5rem;
        background-image: none;
    }

    div#product2 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        padding-top: 1rem;
        margin-bottom: 5rem;
        background: none;
    }

    div#flowimg {
        background-image: url("../images/floimg.png");
        display: block;
        height: 15rem;
        width: 100%;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
        display: none !important;
    }

    div#product4 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        padding-top: 1rem;
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-family: 'Roboto', 'Century Gothic', sans-serif;
    }

      .mobilemenus {
        display: block !important;
    }

    .product_card {
        position: relative;
        height: auto;
        align-items: center;
    }

    .current_card {
        height: 100%;
        position: relative;
        display: block;
    }

    .wrap_text_card {
        width: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }

    .wrap_notext_card {
        width: 100%;
        margin-top: 0;
    }

    .text_card {
        position: relative;
        text-align: center;
    }

    button.product_btn:focus {
        outline: none;
    }

    .begin_products {
        font-family: Century Gothic;
        font-style: normal;
        font-weight: normal;
        font-size: 45px;
        line-height: 97px;
        text-align: center;
        mix-blend-mode: color-dodge;
        background: linear-gradient(360deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 90.24%),
        linear-gradient(0deg, #757EAD, #757EAD);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #0B2349;
        display: block;
    }

    .begin_text_product {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 46px;
        color: #C4C4C4;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
    }

    .text_product {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        color: #C4C4C4;
    }

    .back_gradient {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #2e3f87fa;
        mix-blend-mode: color-dodge;
        opacity: 1;
        filter: blur(64.558px);
        border-radius: 17px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .button_product {
        position: relative;
        text-align: center;
        padding-top: 3rem;
    }

    .product_btn {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), rgba(107, 123, 181, 0.5);
        mix-blend-mode: color-dodge;
        box-shadow: 0px 2px 4px rgba(120, 141, 200, 0.25);
        border-radius: 36px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 29px;
        /* identical to box height */
        text-align: center;
        color: #FFFFFF;
        border: 1px solid #7884b5;
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: 17rem;
    }

    div#product1 {
        background-repeat: no-repeat;
        background-size: cover;
    }

    div#product3 {
        background-image: none;
        background-repeat: no-repeat;
        background-size: contain;
    }

    div#product2 {
        background-repeat: no-repeat;
        background-size: contain;
    }

    div#flowimg {
        background-image: url("../images/floimg.png");
        display: block;
        height: 15rem;
        width: 100%;
        background-position: top;
    }

    div#product4 {
        background-image: antiquewhite;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }
}
@media screen and (max-width: 575px) {
    body {
        font-family: 'Roboto', 'Century Gothic', sans-serif;
    }

    .product_card {
        position: relative;
        height: auto;
        align-items: center;
    }

    .current_card {
        height: 100%;
        position: relative;
        display: block;
    }

    .wrap_text_card {
        width: 100%;
        margin-top: auto;
        margin-bottom: auto;
    }

    .wrap_notext_card {
        width: 95%;
        margin-top: 0;
        margin-bottom: auto;
        height: 18rem;
    }

    .text_card {
        position: relative;
        text-align: center;
    }

    button.product_btn:focus {
        outline: none;
    }

    .begin_products {
        font-family: Century Gothic;
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 97px;
        text-align: center;
        mix-blend-mode: color-dodge;
        background: linear-gradient(360deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 90.24%),
        linear-gradient(0deg, #757EAD, #757EAD);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #0B2349;
        display: block;
    }

    .begin_text_product {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        line-height: 46px;
        color: #C4C4C4;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: center;
    }

    .text_product {
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        color: #C4C4C4;
    }

    .back_gradient {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #2e3f87fa;
        mix-blend-mode: color-dodge;
        opacity: 1;
        filter: blur(64.558px);
        border-radius: 17px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .button_product {
        position: relative;
        text-align: center;
        padding-top: 1rem;
    }

    .product_btn {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), rgba(107, 123, 181, 0.5);
        mix-blend-mode: color-dodge;
        box-shadow: 0px 2px 4px rgba(120, 141, 200, 0.25);
        border-radius: 36px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 29px;
        /* identical to box height */
        text-align: center;
        color: #FFFFFF;
        border: 1px solid #7884b5;
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: 17rem;
    }

    div#product1 {
        background-repeat: no-repeat;
        background-size: cover;
    }

    div#product3 {
        background-image: none;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
    }

    div#product2 {
        background-repeat: no-repeat;
        background-size: contain;
    }

    div#flowimg {
        background-image: url("../images/floimg.png");
        display: block;
        height: 15rem;
        width: 100%;
        background-position: top;
    }

    div#product4 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }
}