body {
    font-family: 'Roboto', 'Century Gothic', sans-serif;
    background: #505166;
}

div#product_img3 {
    background-image: url("../images/genviewer.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.product_card {
    position: relative;
    height: 45rem;
    align-items: center;
    width: 100%;
}

.current_card {
    height: 100%;
    position: relative;
    display: flex;
}

.wrap_text_card {
     width: 38%;
     margin-top: auto;
     margin-bottom: auto;
 }
.wrap_notext_card {
    width: 55%;
    margin-top: 2vw;
    margin-bottom: auto;
    height: 100%;
}

.text_card {
    width: max-content;
    position: relative;
}

button.product_btn:focus {
    outline: none;
}

.begin_products {
    font-family: Arial !important;
    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;
    padding-top: 0rem;
}

.image_productes {
    width: 100%;
}

.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#product_img1 {
    background-image: url(../images/biometer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

div#product3 {
    background-repeat: no-repeat;
    background-size: contain;
}

div#product2 {
    background-image: url(../images/flowviewer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
div#product_img2 {
     display: none;
}

div#flowimg {
    background-image: url("../images/floimg.png");
    display: block;
    height: 18rem;
    width: 60%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: none;
}

div#product4 {
    background-repeat: no-repeat;
    background-size: auto;
}

div#product_img4 {
    background-image: url("../images/germviewer.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div#item1 {
    background-size: contain;
    background-repeat: no-repeat;
}

div#item2 {
    background-size: contain;
    background-repeat: no-repeat;
}

div#item3 {
    background-size: contain;
    background-repeat: no-repeat;
}

.project_href {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 46px;
    line-height: 54px;
    text-align: center;
    text-transform: capitalize;
    opacity: 0.64;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}

.modal_project_begin {
    background: linear-gradient(180deg, #EEEEEE 0%, #7788C6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    text-transform: initial;
    position: relative;
}

.bottom_flow_menu {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    color: #c3c3c3;
    opacity: 1;
}

.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: 12px;
}
