﻿@import url("/Fonts/Fonts.css");


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

body {
    padding: 0px;
    margin: 0px;
    font-family: NotoKufiArabic;
    direction: rtl;
    text-align: right;
    min-width: 1000px;
}

/********************************************************************* Checkbox ************************************************************/
/* Customize the label (the container) */
label.CheckBoxContainer {
    display: block;
    cursor: pointer;
    font-size: 14px;
    width: 25px;
    height: 35px;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 0px;
    direction: rtl;
    margin: auto;
}

label.CheckBoxContainerMargined {
    margin-left: 10px;
}

/* Hide the browser's default checkbox */
.CheckBoxContainer input {
    display: none;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: solid 1px gray;
}

/* On mouse-over, add a grey background color */
.CheckBoxContainer:hover input ~ .checkmark {
    background-color: #00458038;
}

/* When the checkbox is checked, add a blue background */
.CheckBoxContainer input:checked ~ .checkmark {
    background-color: #004580;
}

.CheckBoxContainer .aspNetDisabled ~ .checkmark {
    background-color: gray;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    display: none;
}

/* Show the checkmark when checked */
.CheckBoxContainer input:checked ~ .checkmark:after, .CheckBoxContainer_Checked .aspNetDisabled ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.CheckBoxContainer .checkmark:after {
    margin-right: 8px;
    margin-top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/********************************************************************* Checkbox ************************************************************/

.Header {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.logo {
    float: left;
    height: 100px;
}

.Menu {
    max-width: 655px;
    margin-top: 60px;
    padding-right: 50px;
    background-image: linear-gradient(to left, #ffffff00, #4357bc,#ffffff00);
}

    .Menu span {
        color: white;
        text-decoration: none;
        font-size: 18px;
        padding: 10px 3px 3px 10px;
        font-weight: 600;
        cursor: pointer;
        transition: .5s;
    }

        .Menu span:hover {
            color: #f6e730;
        }

.divMainScreen {
    background: url('../Img/MainBack.jpg?cache=1');
    background-size: cover;
}

.divSubMainScreen {
    width: 100%;
    min-height: 1000px;
    margin-bottom: 40px;
    background-color: #0000008a;
}

.divMainContent {
    text-align: center;
    color: white;
}

    .divMainContent h1 {
        font-size: 90px;
        padding: 0px;
        margin: 0px;
    }

    .divMainContent p {
        font-size: 29px;
        width: 70%;
        margin: auto;
    }

    .divMainContent .MainFeatures {
        font-weight: 600;
        font-size: 26px;
        color: #f6e730;
        text-shadow: 1px 1px #030303;
    }

    .divMainContent .buttons {
        margin-top: 20px;
    }

.buttons .btn {
    font-size: 27px;
    font-weight: bold;
    text-decoration: none;
    margin: 10px;
    padding: 20px;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
    display: inline-block;
    min-width: 190px;
    background-color: #416bcb;
    cursor: pointer;
}

.buttons .call {
    width: 440px;
    border: solid 1px #3052f6;
    background-color: #004580;
    padding: 10px 20px;
    font-family: 'Arial Rounded MT';
}

    .buttons .call span {
        display: block;
        padding: 3px;
    }

.divMainContent .buttons .btn:hover {
    background-color: transparent;
}


ul.GeneralFeatures {
    columns: 2;
}

    ul.GeneralFeatures li {
        padding-left: 50px;
        padding-top: 25px;
    }

.try {
    margin-top: 40px;
    background: url('../Img/TryBack.jpg');
    background-size: cover;
}

.subtry {
    width: 100%;
    height: 500px;
    background-color: #000000b3;
}

.trycontent {
    color: #fff;
    text-align: left;
    padding: 30px;
    padding-top: 80px;
}

    .trycontent input {
        width: 45%;
        margin: 20px;
        padding: 10px;
        font-size: 18px;
        font-family: inherit;
        text-align: center;
        background-color: #ffffff59;
        border: solid 1px #fff;
        border-radius: 5px;
        transition: .5s;
        color: #fff;
        box-sizing: border-box;
    }

        .trycontent input[type=submit] {
            background-color: #4357bc;
            cursor: pointer;
        }

            .trycontent input[type=submit]:hover {
                background-color: transparent;
            }

::placeholder {
    color: lightgray;
    opacity: 0.7; /* Firefox */
}

.trycontent .divtitle {
    float: right;
    text-align: right;
    width: 45%;
}

.trycontent .title {
    font-size: 39px;
    font-weight: bold;
    margin: 0px;
}

.trycontent .subtitle {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    color: #f6e730;
}

.clear {
    clear: both;
}

.divPrice {
    margin: auto;
    padding: 40px;
    background: rgba(0, 0, 0, .04);
    text-align: center;
}

.PricesTable {
    margin: auto;
    width: 80%;
    border-spacing: 0px;
    border-collapse: separate;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    transition: .3s;
    padding: 40px;
    text-align: right;
}

    .PricesTable td {
        border-bottom: dotted 1px gray;
        padding: 5px;
    }

    .PricesTable tr:hover td {
        background-color: lightgray;
    }

.divVideos {
    text-align: center;
    background: rgba(0, 0, 0, .04);
    padding-top: 30px;
    padding-bottom: 30px;
}

    .divVideos h1 {
        font-size: 45px;
    }

    .divVideos h2 {
        background-image: linear-gradient(to left, #ffffff00, #336a99,#ffffff00);
        color: #fff;
    }

.video {
    width: 90%;
    height: 700px;
}

.divDetails, .divDetails_alt {
    padding-top: 30px;
    padding-bottom: 30px;
}

.divDetails_alt {
    background: rgba(0, 0, 0, .04);
}

    .divDetails h1, .divDetails_alt h1 {
        font-size: 35px;
        text-align: center;
    }

.SiteFooter {
    background-color: rgba(42, 43, 44, 1);
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .SiteFooter span {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
    }

.divCustomers {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 20px;
}

    .divCustomers h1 {
        font-size: 45px;
    }

    .divCustomers .right_col {
        float: right;
        width: 25%;
        text-align: center;
    }

    .divCustomers .left_col {
        float: left;
        width: 24%;
        text-align: center;
    }

        .divCustomers .left_col div, .divCustomers .right_col div {
            min-height: 248px;
            padding-left: 10px;
            padding-top: 10px;
        }

.WhyMegaCash {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}

    .WhyMegaCash h1 {
        text-align: center;
        font-size: 50px;
    }



.loading {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.8;
    color: white;
    padding-top: 200px;
    text-align: center;
    font-size: 20px;
    display: none;
}

/****************************************************Slider*****************************************************************/
#slider {
    position: relative;
    overflow: hidden;
    margin: 80px auto 0 auto;
    border-radius: 4px;
    direction: ltr;
}

    #slider div.container {
        margin: auto;
        padding: 0;
        height: 300px;
        width: 100%;
        max-width: 1120px;
        font-size: 0;
        list-style: none;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
    }

        #slider div.container div {
            vertical-align: text-top;
            font-size: 15px;
            width: 280px;
            white-space: normal;
            display: inline-block;
            padding: 0px 20px;
            box-sizing: border-box;
        }

a.control_prev, a.control_next {
    position: absolute;
    z-index: 999;
    display: block;
    padding: 135px 1%;
    width: auto;
    height: auto;
    background: #004580;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    opacity: 0.8;
    cursor: pointer;
    transition: 0.2s;
}

    a.control_prev:hover, a.control_next:hover {
        opacity: 1;
    }

    a.control_prev:active, a.control_next:active {
        opacity: 0.8;
    }

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}


/****************************************************Slider*****************************************************************/

span.revphone {
    unicode-bidi: bidi-override;
    direction: rtl
}

    span.revphone:before {
        content: "81 657 22 "
    }

    span.revphone:after {
        content: " 8210 2+"
    }


/***************************************************** MOBILE *********************************************************/
@media all and (max-device-width:1000px) {

    body {
        min-width: auto;
    }

    .logo {
        float: none;
        height: 130px;
    }

    .Header {
        text-align: center;
    }

    .divSubMainScreen {
        height: auto;
        min-height: 800px;
    }

    .Menu {
        display: none;
    }

    .divMainContent {
        padding-top: 0px;
    }

        .divMainContent h1 {
            font-size: 35px;
        }


        .divMainContent p {
            font-size: 15px;
            width: 90%;
        }



        .divMainContent .MainFeatures {
            font-size: 15px;
        }

    ul.GeneralFeatures {
        columns: 1;
    }

        ul.GeneralFeatures li {
            padding-left: 20px;
            padding-top: 10px;
        }

    .buttons .btn, .buttons .call {
        font-size: 20px;
        width: 80% !important;
        min-width: 80%;
    }

    .trycontent {
        padding-top: 30px;
        text-align: center;
    }

        .trycontent .divtitle {
            float: none;
            text-align: center;
            width: 100%;
        }

        .trycontent .title {
            font-size: 19px;
        }

        .trycontent .subtitle {
            font-size: 10px;
        }

        .trycontent input {
            width: 100%;
            margin: 0px;
            margin-top: 20px;
        }

    .divPrice {
        padding: 40px 5px;
    }

        .divPrice h1 {
            font-size: 25px;
        }

    .PricesTable {
        width: 100%;
        font-size: 14px;
    }

    .divCustomers {
        width: 100%;
        margin: auto;
        padding: 20px;
        box-sizing: border-box;
    }

        .divCustomers h1 {
            font-size: 25px;
        }

        .divCustomers .right_col {
            float: right;
            width: 100%;
            text-align: center;
        }

        .divCustomers .left_col {
            float: left;
            width: 100%;
            text-align: center;
        }

            .divCustomers .left_col div, .CustomersContainerDiv .right_col div {
                min-height: 248px;
                padding-top: 10px;
            }

    .divVideos {
        padding-top: 10px;
    }

        .divVideos h1 {
            font-size: 25px;
        }

    .video {
        width: 100%;
        height: 300px;
    }

    .WhyMegaCash {
        padding-top: 10px;
    }

        .WhyMegaCash h1 {
            font-size: 25px;
        }

    .divDetails h1, .divDetails_alt h1 {
        font-size: 25px;
    }

    #slider div.container {
        overflow: scroll;
    }

    a.control_prev, a.control_next {
        padding: 135px 3%;
    }
}
