/* @font-face {
    font-family: brother;
    src: url(../fonts/Brother1816Printed-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: verdana;
    src: url(../fonts/verdana.ttf);
    font-weight: normal;
} */

:root {
    --font-brother           :brother;
    --font-verdana           :verdana;

    --orange              :#A54D29;
    --brown               :#DEC69F;
    --lightbrown          :#F3ECDC;


}


body,
body *,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}
body {
    font-family: var(--font-verdana);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/background1.png);
    background-repeat: repeat-y;
    /* overflow-x: hidden; */
}

a:active, a:visited, a:focus {
    color: inherit;
    font-family: initial;
    text-decoration: none;
}

input::placeholder                  { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-moz-placeholder             { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-webkit-input-placeholder    { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
input::-ms-placeholder              { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; }
textarea::placeholder               { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-moz-placeholder          { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-webkit-input-placeholder { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }
textarea::-ms-placeholder           { font-size: inherit; color: inherit; opacity: 1; background-color: inherit; outline: none; border: none; border-radius: inherit; font-size: inherit; font-family: inherit; resize: inherit; }

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-holder {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.btn-holder.col {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* gap: 14px; */
}
    .btn-holder .btn {
        display: flex;
        align-items: center;
        /* font-size: 15px;
        background-color: var(--orange);
        border: 2px solid var(--orange);
        border-radius: 30px;
        padding: 6px 14px; */
        cursor: pointer;
        transition: all .3s ease;
    } 
        /* .btn-holder .btn::after {
            position: relative;
            top: 1px;
            font-family: "FontAwesome";
            font-weight: 400;
            content: "\f054";
            margin-left: 14px;
            color: #db997e;
            font-size: 18px;
        } */
    .btn-holder .btn:hover {
        transition: all .3s ease;
        /* transform: scale(1.05); */
    }
    .btn-holder .btn a {
        color: white;
        font-family: var(--font-brother);
        text-decoration: none;
        letter-spacing: 1px;
    }



.v_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
    .v_card_top {
        width: 100%;
        padding-top: 60px;
        display: flex;
        justify-content: center;
        background-color: #820707;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
        .v_card_top .top_inner {
            display: flex;
            flex-direction: column;
            width: 100%;
            max-width: 570px;
            box-shadow: 0 -5px 40px 7px rgb(0 0 0 / 8%);
            background-color: #6e0505;
        }
            .v_card_top .profile {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 50px 45px 20px 45px;
            }
                .v_card_top .profile .avatar {
                    width: 95px;
                    height: 95px;
                    border-radius: 100px;
                    background-color: white;
                    background-position: center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    margin-bottom: 20px;
                }
                .v_card_top .profile .name {
                    font-size: 20px;
                    color: #ffffff;
                    margin-bottom: 18px;
                }
                .v_card_top .profile .desc {
                    font-size: 14px;
                    color: #dddddd;
                }
            .v_card_top .btn-holder {
                width: 100%;
                border-top: 1px solid rgb(0 0 0 / 8%);
            }
                .v_card_top .btn-holder .btn {
                    width: 50%;
                    border-radius: unset;
                }
                    .v_card_top .btn-holder .btn:hover {
                        background-color: #5e0505;
                    }
                    .v_card_top .btn-holder .btn a {
                        display: flex;
                        width: 100%;
                        justify-content: center;
                        align-items: center;
                        flex-direction: column;
                        font-size: 12px;
                        padding: 12px 0;
                        font-family: inherit;
                        border: none;
                    }
                        .v_card_top .btn-holder .btn:first-child a {
                            border-right: 1px solid rgb(0 0 0 / 8%);
                        }
                        .v_card_top .btn-holder .btn a>span>i {
                            font-size: 20px;
                            color: #A0C51B;
                        }
                    .v_card_top .btn-holder .btn a>span:first-child {
                        margin-bottom: 8px;
                    }


    .v_card_btm {
        display: flex;
        justify-content: center;
        padding-bottom: 60px;
        width: 100%;
    }
        .v_card_btm .btm_inner {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 570px;
            box-shadow: 0 -5px 40px 7px rgb(0 0 0 / 8%);
            padding: 20px 50px;
            background-color: #ffffff;
        }

            .v_card_row {
                display: flex;
                justify-content: flex-start;
                align-items: flex-start;
                flex-wrap: wrap;
                padding: 20px 0 20px 65px;
                width: 100%;
                font-size: 14px;
            }
                .v_card_row .icon {
                    position: absolute;
                    left: 20px;
                    top: 25px;
                    font-size: 20px;
                    color: #820707;
                    /* color:  #1f422c; */
                    /* color: #A0C51B; */
                }
                .v_card_row .icon>img {
                    filter: invert(12%) sepia(36%) saturate(6342%) hue-rotate(347deg) brightness(99%) contrast(110%);
                }
                .v_card_row .info {
                    display: block;
                    width: 100%;
                    margin-bottom: 25px;
                }
                .v_card_row .info:last-child {
                    margin-bottom: 0;
                }
                    .v_card_row .info a {
                        display: block;
                        font-size: 14px;
                        color: inherit;
                        font-family: inherit;
                        text-decoration: none;
                        margin-bottom: 4px;
                    }
                    .v_card_row .info .desc {
                        font-size: 13px;
                        color: #82848f;
                        margin-bottom: 10px;
                    }
                    .v_card_row .info:last-child {
                        border-bottom: 1px solid #eaeaea;
                    }

            .v_card_download {
                width: 100%;
                padding: 40px 0;
            }
                .v_card_download .btn-holder .btn {
                    background-color: #820707;
                    color: white;
                    font-size: 18px;
                    text-transform: uppercase;
                    font-family: inherit;
                    width: 100%;
                    max-width: 420px;
                    margin: 0 auto;
                    text-align: center;
                    display: flex;
                    justify-content: center;
                }
                .v_card_download .btn-holder .btn a {
                    font-family: var(--font-verdana);
                    padding: 14px 38px;
                }
                .v_card_download .btn-holder .btn a img {
                    top: 1px;
                }
                    .v_card_download .btn-holder .btn a:hover img {
                        animation: arrows 1.5s infinite;
                        transition: all .3s ease;
                    }


    .logo {
        margin-top: -20px;
        margin-bottom: 20px;
        width: 100%;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        transition: all .3s ease;
    }
    .logo:hover {
        transform: scale(1.02);
        transition: all .3s ease;
    }



.foutmelding {
    width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center;
}



/* Responsive CSS */
@media only screen and (max-width: 600px) {

    .v_card_row {
        padding: 20px 10px 20px 65px;
    }
    .v_card_row .icon {
        position: relative;
        left: -50px;
        top: 10px;
    }
    .v_card_row .info {
        margin-top: -20px;
    }

    .v_card_download .btn-holder .btn a {
        font-size: 16px;
        padding: 12px 30px;
    }

}

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

    .v_card_row {
        padding: 20px 10px 20px 50px;
    }
    .v_card_row .icon {
        position: relative;
        left: -50px;
        top: 10px;
    }

}

/* Keyframes */
@keyframes arrows{
	0% {
		left: 0px;
	}
	50% {
		left: 6px;
	}
	0% {
		left: 0px;
	}
}





