﻿@font-face {
    font-family: sans;
    src: url("../font/Sans/Sans\ a4fran3.ttf") format("truetype");
    src: url("../font//Sans//Sans\ a4fran3.eot") format("eot");
    src: url("../font//Sans/Sans\ a4fran3.woff") format("woff");
}

a {
    color: inherit;
    text-decoration: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: sans;
    direction: rtl;
}

input[type="tel"],
input[type="text"],
input[type="email"],
select,
select:focus,
textarea {
    font-size: 16px;
}


.landing-vide-res {
    max-width: 1100px;
    margin: 20px auto;
    padding: 10px;
    border-top: 1px solid #e10a10;
    border-bottom: 1px solid #e10a10;
}

    .landing-vide-res > p {
        text-align: center;
        margin: 10px;
        line-height: 35px;
        color: #00485b;
        font-size: 16px;
    }

    .landing-vide-res > video {
        width: 100%;
        border-radius: 5px;
        max-width: 800px;
        margin: 20px auto;
        display: block;
    }

.landing-comments-box {
    border-top: 1px solid lightblue;
    border-bottom: 1px solid lightblue;
}

    .landing-comments-box > h1 {
        font-size: 15px;
        margin: 10px;
    }

.landing-comments {
    background-color: #e9f7ff;
    margin: 10px;
    border-radius: 10px;
}

    .landing-comments > div {
        display: flex;
        align-items: center;
    }

        .landing-comments > div > img {
            width: 50px;
            margin: 10px;
        }

        .landing-comments > div > h3 {
            font-size: 13px;
            color: #00485b;
        }

    .landing-comments > p {
        text-align: justify;
        margin: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        font-size: 14px;
    }
