﻿body {
}

#business {
    /*border-bottom: 2px solid #FFFFFF;*/
    background: linear-gradient(#fff, #fff) bottom / 100% 2px no-repeat;
}

@keyframes roll-down-curtain {
    from {
        /* height: 386px;*/
        height: 0px;
    }

    to {
        height: 370px;
    }
}

@keyframes show-phone {
    from {
        top: -500px
    }

    to {
        top: -28px;
    }
}


.scrolliy-border-top {
    width: 100%;
    background-image: url('/Content/Images/Union 4-3.png');
    background-repeat: repeat-x;
    height: 20px;
}

.scrolliy-border-bottom {
    width: 100%;
    background-image: url('/Content/Images/Union 4-3.png');
    background-repeat: repeat-x;
    height: 20px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.scrolliy-border-top-black {
    width: 100%;
    background-image: url('/Content/Images/Union 4-3-black.png');
    background-repeat: repeat-x;
    height: 20px;
    background-color: #FFFFFF;
}

.row-1 {
    height: 370px;
    width: 100%;
    background-color: #19ACFF;
    animation-name: roll-down-curtain;
    animation-duration: 0.3s;
    position: relative;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .row-1::after {
        content: "";
        width: 100%;
        background-image: url('/Content/Images/Union 1-1-blue.png');
        background-repeat: repeat-x;
        height: 20px;
        background-color: #FFFFFF;
        left: 0;
        position: absolute;
        bottom: 0;
    }

    /*    .row-1 .right-side {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 50px;
        color: #fff;
        font-family: "Assistant-SemiBold";
        width: 50%;
    }*/

    .row-1 .page-header {
        font-family: "Assistant-SemiBold";
        font-size: 50px;
        color: #fff;
        padding: 10px 0 10px 65px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 50%;
    }

        .row-1 .page-header img {
            height: 250px;
        }

        .row-1 .page-header .page-header-text {
            padding: 0 20px 0 0;
        }

    .row-1 .sub-header {
        font-family: "Assistant-SemiBold";
        font-size: 30px;
        color: #fff;
        padding: 10px 0px
    }



    .row-1 .click-to-dowonload {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        position: relative;
    }

        .row-1 .click-to-dowonload .phone {
            width: 720px;
            height: 550px;
            background: transparent url('/Content/Images/Business-phone.png') 0% 0% no-repeat padding-box;
            position: absolute;
            top: 0px;
            left: calc(92% - 370px);
            background-size: contain;
            z-index: 1;
            animation: show-phone;
            animation-duration: 0.3s;
        }

.row-2 {
    width: 75%;
    min-width: var(--min-width);
    min-height: 372px;
    margin: auto;
    margin-top: 150px;
}

    .row-2 .header {
        font-family: 'Assistant-Bold';
        font-size: 30px;
        text-align: center;
    }

    .row-2 .exp-div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .row-2 .exp-div .one-item {
            display: flex;
            flex-direction: column;
            width: 230px;
            height: 277px;
        }

            .row-2 .exp-div .one-item .image {
                background-repeat: no-repeat;
                background-size: contain;
                margin: 0 auto;
                height: 200px;
                background-position-y: center;
            }

                .row-2 .exp-div .one-item .image.itm-1 {
                    width: 260px;
                    background-image: url('/Content/Images/Business-proccess-1.png')
                }

                .row-2 .exp-div .one-item .image.itm-2 {
                    width: 173px;
                    background-image: url('/Content/Images/Business-proccess-2.png');
                }

                .row-2 .exp-div .one-item .image.itm-3 {
                    width: 203px;
                    background-image: url('/Content/Images/Business-proccess-3.png');
                }

                .row-2 .exp-div .one-item .image.itm-4 {
                    width: 241px;
                    background-image: url('/Content/Images/Business-proccess-4.png');
                }

            .row-2 .exp-div .one-item .text {
                font-family: 'Assistant-Regular';
                font-size: 20px;
                width: 100%;
                text-align: center;
            }

        .row-2 .exp-div .to-left-arrow {
            width: 45px;
            height: 65px;
            background: transparent url('/Content/Images/noun_Arrow_1558216.png') 0% 0% no-repeat padding-box;
        }


.row-4 {
    width: 100%;
    min-width: var(--min-width);
}

    .row-4 .row-4-content {
        width: 100%;
        background-color: #F5F5F5;
        padding-top: 70px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .row-4 .row-4-content .kvisi-exp {
            width: 224px;
            height: 251px;
            background-image: url('/Content/Images/care-about.png');
            background-repeat: no-repeat;
            background-size: contain;
            margin: auto;
        }

        .row-4 .row-4-content .points-section {
            display: flex;
            flex-direction: row;
            max-width: 1024px;
            margin: 0 auto;
            justify-content: center;
            margin: 15px 0;
        }

            .row-4 .row-4-content .points-section div {
                font-family: "Assistant-Regular";
            }

                .row-4 .row-4-content .points-section div span {
                    font-family: "Assistant-Bold";
                }



.row-5 .page-message-text {
    font-family: "Assistant-Bold";
    font-size: 50px;
    color: #19ACFF;
    padding: 10px 65px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.ltr .row-1 .click-to-dowonload .phone {
    left: auto;
    right: calc(100% - 475px);
}

.ltr .row-4 .row-4-content .kvisi-exp {
    background-image: url('/Content/Images/care-about eng.png');
}


@media only screen and (max-width: 500px) {
    @keyframes show-phone {
        from {
            top: -500px
        }

        to {
            top: 35px;
        }
    }

    @keyframes roll-down-curtain {
        0% {
            height: 135px;
            background-size: cover;
        }

        100% {
            background-size: cover;
            height: 620px;
        }
    }

    @keyframes roll-down-curtain-2 {
        0% {
            height: 135px;
            background-size: cover;
        }

        100% {
            background-size: cover;
            height: 510px;
        }
    }

    .row-1 {
        background: none;
        min-width: 100%;
        height: 620px;
        grid-template-columns: 1fr;
        padding: 0 0px 0 0;
        background-size: cover;
        background: #fff;
        position: relative;
        z-index: 1;
        padding: 0;
        flex-direction: column;
        justify-content: flex-start;
    }

        .row-1:after {
            content: "";
            background: url('/Content/Images/webp/Union 1.webp');
            background-position: top;
            background-repeat: no-repeat;
            height: 550px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            animation-name: roll-down-curtain-2;
            animation-duration: 0.3s;
            overflow: hidden;
        }

        .row-1 .page-header {
            padding: 5px;
            font-size: 30px;
            z-index: 1;
            width: auto;
        }

            .row-1 .page-header img {
                display: none;
            }

        .row-1 .sub-header {
            font-size: 20px;
        }

        .row-1 .click-to-dowonload {
            align-items: center;
            width: auto;
        }

            .row-1 .click-to-dowonload .phone {
                left: calc((100vw - 270px) / 2);
                width: 100%;
                background-position: center;
                justify-content: center;
                align-items: center;
                top: 35px;
                background-size: 170% 90%;
            }

            .row-1 .click-to-dowonload .mobile-links {
                z-index: 1;
            }

                .row-1 .click-to-dowonload .mobile-links img {
                    width: 140px;
                }

    .row-2 {
    }

        .row-2 .exp-div {
            flex-direction: column;
        }

    .row-5 {
    }

        .row-5 .page-message-text {
            font-size: 30px;
        }
}
