﻿#damage {
    /*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: 17px;
    }
}



.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 60px;
    display: flex;
    flex-direction: row;
}

    .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 .page-header {
        font-family: "Assistant-SemiBold";
        font-size: 50px;
        color: #fff;
        padding: 10px 5px;
        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: 371px;
            height: 466px;
            background: transparent url(/Content/Images/WaterDamage.png) 0% 0% no-repeat padding-box;
            position: absolute;
            top: 17px;
            left: calc(100% - 185px);
            background-size: contain;
            z-index: 1;
            animation: show-phone;
            animation-duration: 0.3s;
        }

.row-2 {
    width: 75%;
    min-width: var(--min-width);
    min-height: 150px;
    margin: auto;
    margin-top: 150px;
}

    .row-2 .header {
        font-family: 'Assistant-Bold';
        font-size: 30px;
        text-align: center;
    }

.row-4 {
    width: 100%;
    min-width: var(--min-width);
}

    .row-4 .header {
        font-family: 'Assistant-Bold';
        font-size: 50px;
        text-align: center;
        color: var( --unnamed-color-19acff);
    }

    .row-4 .row-4-content {
        width: 100%;
        background-color: #F5F5F5;
        padding-top: 20px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .row-4 .row-4-content .kvisi-exp {
            width: 233px;
            height: 233px;
            background-image: url('/Content/Images/How-it-work.png');
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: -95px;
        }

        .row-4 .row-4-content .points-section {
            display: flex;
            flex-direction: row;
            max-width: 1024px;
            margin: 0 auto;
            justify-content: center;
            align-items: center;
            margin: 15px 0;
        }

            .row-4 .row-4-content .points-section div {
                font-family: "Assistant-Bold";
                padding: 5px 20px;
                height: 65px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 20px;
            }

                .row-4 .row-4-content .points-section div span {
                    font-family: "Assistant-Regular";
                }

    .row-4 .to-left-arrow {
        width: 45px;
        height: 65px;
        background: transparent url(/Content/Images/noun_Arrow_1558216.png) 0% 0% no-repeat padding-box;
        background-position: center;
    }


    .row-4 li {
        margin: 20px 0;
    }

.ltr .row-1 .click-to-dowonload .phone{
    left: auto;
    right: calc(100% - 185px);
}

@media only screen and (max-width: 500px) {

    @keyframes roll-down-curtain {
        0% {
            height: 135px;
            background-size: cover;
        }

        100% {
            background-size: cover;
            height: 450px;
        }
    }

    @keyframes roll-down-curtain-2 {
        0% {
            height: 135px;
            background-size: cover;
        }

        100% {
            background-size: cover;
            height: 450px;
        }
    }

    .row-1 {
        background: none;
        min-width: 100%;
        min-height: 450px;
        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: bottom;
            background-repeat: no-repeat;
            height: 450px;
            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: 100%;
        }

            .row-1 .page-header img {
                display: none;
            }

        .row-1 .sub-header {
            font-size: 20px;
        }

        .row-1 .click-to-dowonload {
            align-items: center;
            width: 100%;
        }

            .row-1 .click-to-dowonload .phone {
                left: calc((100vw - 97%) / 2);
                width: 100%;
                background-position: center;
                justify-content: center;
                align-items: center;
                top: 35px;
                background-size: contain;
            }

    .row-4 .row-4-content {
        width: 100%;
        background-color: #F5F5F5;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
