@font-face {
    font-family: ravi-bold;
    src: url("fonts/Ravi-Bold.ttf");
}

@font-face {
    font-family: ravi;
    src: url("fonts/Ravi-Black.ttf");
}

@font-face {
    font-family: ravi-regular;
    src: url("fonts/Ravi-SemiBold.ttf");
}


body {
    font-family: ravi-regular;
    direction: rtl;
}

.page_title {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-size: 24pt;
}

video {
    width: 80%;
    height: 360px;
    margin-right: 10%;
    margin-left: 10%;
    background-color: transparent;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.btn-play {
    background-color: transparent;
    border: none;
    position: absolute;
    left: calc(50% - 40px);
    top: 272px;
}

.btn-play img {
    width: 50px;
}

.top_container {
    background-image: url('images/top_desktop.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

button {
    background-color: #EC5F5F;
    border: thin solid #EC5F5F;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}


.btn-consultation {
    background-color: #EC5F5F;
    border: thin solid #EC5F5F;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    display: none;
    text-decoration: none;
}

.btn-consultation:hover {
    color: yellow !important;
}

@media (max-width: 500px) {
    .page_title {
        font-size: 11pt;
        margin-top: 2rem;
        width: 60%;
        float: right;
    }

    video {
        width: 90%;
        height: 175px;
        margin-right: 5%;
        margin-left: 5%;
        background-color: transparent;
        border-radius: 10px;
        margin-bottom: 2rem;
    }

    .top_container {
        background-image: url('images/top_desktop_m.svg');
    }

    .btn-consultation {
        display: inline-block;
        margin-top: 1.2rem;
        height: 35px;
        padding-top: 5px;
        margin-right: -11px;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .btn-play {
        background-color: transparent;
        border: none;
        position: absolute;
        top: 125px;
    }
}

/* ----- row mrs -----*/
.form-footer {
    background-image: url('images/banner_bottom.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 375;
}

.mrs-left {
    width: 100%;
    text-align: center;
}

.mrs-right {
    width: 100%;
    text-align: left;
}


.mrs-right .img_mrs {
    width: 440px;
    float: left;
    margin-left: -1rem;
}
.mrs-right .img_phone {
    width: 440px;
    float: right;
    margin-top: 100px;
    width: 40%;
    margin-right: 20%;
}

.mrs-left form {
    margin: 0 auto;
    width: 78%;
    margin-top: 5rem;
}

.mrs-left form * {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;

}

.mrs-left form h5 {
    font-size: 33pt;
    margin-bottom: 2.5rem;
}

.mrs-left form input[type="text"] {
    height: 100px;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    border: thin solid silver;
    font-size: 33pt;
    direction: ltr;
}

.mrs-left form button {
    font-size: 33pt;
    height: 100px;
}

@media (max-width: 500px) {
    #id_cons{
        height: 100px;
    }
    .mrs-right {
        width: 100%;
    }

    .mrs-left {
        width: 100%;
    }

    .mrs-left form * {
        margin-bottom: 0.35rem;
    }

    .mrs-right .img_mrs {
        width: 220px;
        float: left;
        margin-left: -1rem;
        margin-top: -1rem;
    }

    .mrs-right .img_phone {
        width: 220px;
        float: right;
        margin-left: -1rem;
        margin-top: -152px;
        margin-right: 0;
    }

    .mrs-left form {
        width: 100%;
        position: relative;
        margin-top: 2rem;

    }

    .mrs-left form h5 {
        font-size: 14pt;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .mrs-left form input[type="text"] {
        height: 45px;
        font-size: 11pt;
        width:50%;
        margin: 0 auto;
        margin-bottom: 0.5rem;
    }

    .mrs-left form button {
        height: 40px;
        font-size: 11pt;
        padding-top: 5px;
        width:50%;
        margin: 0 auto;
    }
    
}

/* ----- end row mrs -----*/

/* ----- row costumers -----*/


.costumers_ul {
    list-style: none;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.costumers_ul li:nth-child(1) {
    width: 30%;
}

.costumers_ul li:nth-child(2) {
    width: 36%;
}

.costumers_ul li:nth-child(3) {
    width: 30%;
}

.costumers_ul li {

    float: right;
    margin-right: 1.33333%;
}

.costumers_ul li img {
    width: 100%;
}

.costumers_ul li .name-box {
    width: 100%;
    text-align: center;
    background-color: #ececec;
    margin-top: 0.5rem;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 14pt;
}

.costumers_ul li .name-box .pip {
    color: #EC5F5F;
}

.costumers_h5 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-top: -1rem;
    margin-bottom: -1rem;
    font-weight: bold;
}

@media (max-width: 500px) {
    .costumers_h5 {
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin-top: -1rem;
        margin-bottom: -1rem;
        font-weight: bold;
    }

    .costumers_ul {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        width: 98.5%;

    }

    .costumers_ul li .name-box {
        font-size: 7.5pt;
        margin-top: 0.3rem;
        padding: 0.5rem 0.2rem;
    }
}

/* ----- end row costumers -----*/
/* ----- row why -----*/
.why_h5 {
    width: 100%;
    text-align: center;
    font-size: 24pt;
    margin-top: 3rem;
}

.why_ul {
    list-style: none;
    width: 50%;
    margin: 0 auto;
    padding: 0;
}

.why_ul li {
    float: right;
    width: 32%;
    margin-right: 1.3333%;
    text-align: center;
}

.why_ul li .img-holder {
    width: 120px;
    height: 120px;
    background-color: #e9e9e9;
    padding: 20px;
    border-radius: 60px;
    margin: 0 auto;
}

.why_ul li .img-holder img {
    width: 80%;
}

.why_ul li .img-holder .cert-img {
    margin-top: 12px;
}

.why_ul li .img-holder .origin-img {
    margin-top: 7px;
}

.why_ul li .img-holder .delivery-img {
    margin-top: 20px;
}

.why_ul li span {
    width: 100%;
    display: block;
    margin-top: 0.5rem;
}

.why_ul li span:before {
    content: '•';
    color: #EC5F5F;
}

@media (max-width: 500px) {
    .why_h5 {
        font-size: 14pt;
        margin-top: 1rem;
    }

    .why_ul {
        width: 76%;
        margin-top: 1rem;
        height: 130px;
    }

    .why_ul li .img-holder {
        width: 70px;
        height: 70px;
        padding: 10px;
        border-radius: 35px;
    }

    .why_ul li span {
        font-size: 8pt;
    }

    .why_ul li .img-holder .cert-img {
        margin-top: 9px;
    }

    .why_ul li .img-holder .origin-img {
        margin-top: 5px;
    }

    .why_ul li .img-holder .delivery-img {
        margin-top: 13px;
    }
}

/* ----- end row why -----*/
.bottom_container {
    background-image: url('images/bottom_m.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* ----- row about -----*/
.about_h5 {
    width: 100%;
    text-align: center;
    font-size: 24pt;
    margin-top: 3rem;
}

.about_ul {
    list-style: none;
}

.about_ul li {
    width: 32%;
    margin-right: 1.3333%;
    float: right;
}

.about_ul li img {
    width: 100%;
}

@media (max-width: 500px) {
    .about_h5 {
        font-size: 14pt;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .about_ul {
        padding: 0;
    }

    .about_ul li img {
        width: 100%;
    }
}

/* ----- end row about -----*/
/* ----- row mr -----*/
.mr_h5 {
    width: 100%;
    text-align: center;
    font-size: 30pt;
    margin-top: 5rem;
}

.ul_mr {
    list-style: none;
}

.ul_mr li {
    width: 50%;
    float: right;
}

.ul_mr li:first-child {
    text-align: left;
    padding-left: 2rem;
}

.ul_mr li:last-child {
    text-align: right;
}

.ul_mr form {
    width: 100%;
    text-align: left;
    padding-top: 12rem;

}

.ul_mr form input[type="text"] {
    width: 55%;
    height: 60px;
    border: thin solid silver;
    border-radius: 10px;
    display: block;
    float: left;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 22pt;
    direction: ltr;
}

.ul_mr form button {
    width: 55%;
    height: 60px;
    font-size: 22pt;

}

.ul_mr li img {
    width: 55%;
}

@media (max-width: 500px) {
    .mr_h5 {
        font-size: 11pt;
        margin-top: 3rem;
    }

    .ul_mr li img {
        width: 80%;
    }

    .ul_mr li:first-child {
        padding-left: 1rem;
    }

    .ul_mr form {
        padding-top: 3rem;

    }

    .ul_mr form input[type="text"] {
        width: 90%;
        height: 40px;
        border-radius: 10px;
        margin-bottom: 0.5rem;
        font-size: 12pt;
    }

    .ul_mr form button {
        width: 90%;
        height: 40px;
        font-size: 10pt;

    }
}

/* ----- end row mr -----*/
/* ----- row supporter -----*/
.supporter_h5 {
    width: 100%;
    text-align: center;
    font-size: 24pt;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.ul_supporter {
    list-style: none;
    width: 60%;
    margin: 0 auto;
    height: 150px;
}

.ul_supporter li {
    width: 14%;
    margin-left: 2.66666%;
    float: right;
}

.ul_supporter .sup1 {
    margin-top: 10px;
    width: 60px;
}

.ul_supporter .sup2 {
    margin-top: 4px;
    width: 60px;
}

.ul_supporter .sup3 {
    margin-top: 14px;
    width: 80px;
    margin-right: -10px;
}

.ul_supporter .sup4 {
    margin-top: 11px;
    width: 62px;
}

.ul_supporter .sup5 {
    margin-top: 17px;
    width: 75px;
}

.ul_supporter .sup6 {
    margin-top: 10px;
    width: 60px;
    margin-right: 10px;
}


@media (max-width: 500px) {
    .supporter_h5 {
        font-size: 14pt;
        margin-bottom: 0;
        margin-top: 0;
    }

    .ul_supporter {
        width: 100%;
        height: 85px;
    }

    .ul_supporter .sup1 {
        width: 40px;
        margin-top: 10px;
    }

    .ul_supporter .sup2 {
        margin-top: 4px;
        width: 40px;
    }

    .ul_supporter .sup3 {
        margin-top: 14px;
        width: 60px;
        margin-right: -10px;
    }

    .ul_supporter .sup4 {
        margin-top: 11px;
        width: 42px;
    }

    .ul_supporter .sup5 {
        margin-top: 17px;
        width: 55px;
    }

    .ul_supporter .sup6 {
        margin-top: 10px;
        width: 40px;
        margin-right: 10px;
    }
}

/* ----- end row mr -----*/


.msg-hdlrr {
    width: 100%;
    height: 1000px;
    top: 0;
    left: 0;
    position: fixed;
    background-color: gray;
    display: none;
}


.msg {
    width: 50%;
    margin-top: 2rem;
    border-radius: 20px;
    margin-right: 25%;
}

.close-msg {
    background-color: #C60917;
    padding: 1rem 2rem;
    border: none;
    border-radius: 10px;
    color: white;
    font-family: ravi-bold;
    margin-top: 1rem;
    font-size: 40px;
}


@media (max-width: 500px) {
    .msg-hdlrr {
        width: 100%;
        height: 1000px;
    }

    .msg {
        width: 100%;
        margin-top: 2rem;
        border-radius: 20px;
        margin-right: 0;
    }
}