@import url(fontiran.css);
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: MY_IRANSans;
    background-color: white;
}

html {
    scroll-behavior: smooth;
}

#main {
    width: 100%;
    height: auto;
    direction: rtl;
}

.section {
    width: 100%;
    height: auto;
}

.section:after {
    content: "";
    clear: both;
    display: block;
}

#position {
    position: fixed;
    opacity: 0.8;
    color: white;
    background-color: gray;
    border-radius: 0 5px 25px 0;
    font-size: 10pt;
    font-weight: 300;
    width: 170px;
    height: 20px;
    margin-top: 70px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


/*                                                ********  Section1  ********              */

#h_menu {
    width: 100%;
    height: auto;
    position: fixed;
    background: rgb(220, 186, 114);
    background: linear-gradient(90deg, rgba(220, 186, 114, 1) 3%, rgba(245, 228, 193, 1) 100%);
    opacity: 0.8;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
}

.head_menu {
    text-decoration: none;
    color: #16133f;
    margin: 5px 20px;
    display: block;
}

.hover {
    color: violet;
    cursor: pointer;
}

p a {
    text-decoration: none;
    color: white;
}

#h_pic {
    width: 70%;
    height: 100%;
    float: left;
}

#h_text {
    width: 30%;
    height: 100%;
    margin: 120px 0 0 0;
    float: left;
    text-align: center;
    color: #16133f;
}


/*                                                ********  Section2  ********              */

#aboutus {
    overflow: hidden;
    width: 100%;
}

#m1_head {
    width: 90%;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#mh1_img {
    width: auto;
    height: 100%;
    float: right;
    order: 1;
}

#mh1_text {
    width: 100%;
    height: 100%;
    float: right;
    margin: 48px 10px 0 0;
    color: #16133f;
    text-shadow: 0px 3px white;
    order: 2;
}

#m1_box {
    width: 90%;
    height: 100%;
    margin: -41px auto 20px auto;
    background-color: #16133f;
    border-radius: 100px 0 100px 100px;
    -webkit-box-shadow: -8px 7px 0px 0px #b5a3d2;
    box-shadow: -8px 7px 0px 0px #b5a3d2;
    overflow: hidden;
}

#m1_text {
    width: 93%;
    height: 100%;
    font-size: 14pt;
    margin: 40px 20px 40px 20px;
    line-height: 70px;
    text-align: justify;
    color: #dcba72;
}


/*                                                ********  Section3  ********              */

.level_sq {
    width: 280px;
    height: 280px;
    border: 10px solid #dcba72;
    border-radius: 60px;
    margin: 0 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.m2_p {
    /*margin: 140px 86px 0 0;*/
    color: #16133f;
    font-size: 22pt;
    font-weight: 400;
}

.levels {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#m2_right {
    background: url('../Images/download.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 40px;
    background-size: 110px 120px;
    flex-grow: 1;
}

#m2_mid {
    background: url('../Images/install.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 40px;
    background-size: 155px 120px;
    flex-grow: 1;
}

#m2_left {
    background: url('../Images/join.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 40px;
    background-size: 110px 120px;
    margin: 0 20px 0 20px;
    flex-grow: 4;
}


/*                                                ********  Section4  ********              */

#Download {
    margin-top: 20px;
    padding: 10px;
    display: flex;
    flex-direction: row-reverse;
}

.DLSec {
    width: 200px;
    height: auto;
}

#DLPic {
    display: flex;
    justify-content: center;
    flex-grow: 2;
    margin: 10px 10px 10px 0;
}

#DLImg {
    width: 100%;
    height: auto;
    padding: 60px;
}

#DLItems {
    flex-grow: 8;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin: 10px 0 10px 10px;
}

.DLItems_Content {
    width: 100%;
    height: 50px;
    margin: 5px 0 5px 0;
    display: flex;
    align-items: center;
}

#DLCT {
    color: #16133f;
    font-size: 14pt;
    margin: 0;
}

#DLC_Text {
    margin: 0 20px 0 0;
    flex-grow: 1;
}

#DLC_Device {
    flex-grow: 8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.CD_Main {
    width: 20px;
    height: 90px;
    border: 5px solid #dcba72;
    border-radius: 30px;
    margin: 5px;
    flex-grow: 1;
    overflow: hidden;
    font-size: 20pt;
    font-weight: 500;
    color: #16133f;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.CD_Main h3 {
    margin: 0 20px 0 0;
}

.CD_aMain {
    width: 20px;
    height: 90px;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

#CD_android {
    background: url('../Images/android.png');
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
    order: 1;
}

#CD_ios {
    background: url('../Images/ios.png');
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
    order: 2;
}


/*                                                ********  Section5  ********              */

#contactus {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    overflow: auto;
    display: flex;
}

#footer_box {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #16133f;
    border-radius: 150px 150px 0 0;
    margin: 0 auto;
}

#footer_mc {
    width: 100%;
    height: 75px;
    margin: -35px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer_circle {
    height: 75px;
    width: 75px;
    border: 7px solid white;
    border-radius: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-color: #dcba72;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer_link {
    margin: 5px 7px 0 0;
    display: block;
}

#FCI {
    width: 90%;
    height: 90%;
    flex-grow: 1;
}

#footer_main {
    width: 100%;
    height: auto;
    display: flex;
    padding: 15px;
    font-size: 16pt;
    color: white;
    line-height: 70px;
    flex-direction: row;
}

.footer_content {
    width: 20px;
    height: auto;
    margin: 10px;
}

#footer_data {
    flex-grow: 3;
}

#footer_contactus {
    flex-grow: 2;
    height: auto;
    border: 5px solid #878798;
    border-radius: 60px;
    font-size: 15pt;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#form_data {
    margin: 0;
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#fc_name {
    width: 100%;
    height: 50px;
    background-color: white;
    border-radius: 20px;
    margin: 0;
    box-shadow: 0 0 10px #dcba72;
    border-style: none;
    order: 1;
}

#fc_mobile {
    width: 100%;
    height: 50px;
    background-color: white;
    border-radius: 20px;
    margin: 10px 0 0 0;
    box-shadow: 0 0 10px #dcba72;
    border-style: none;
    order: 2;
}

#DCUB {
    width: 100%;
    height: 136px;
    margin: 10px 0 0 0;
    order: 3;
    display: flex;
    flex-direction: row;
}

#fc_btn {
    width: 20%;
    height: 136px;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 10px #dcba72;
    background: url('../Images/arrowbtn.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-color: #dcba72;
    border-style: none;
    order: 2;
}

#fc_text {
    width: 80%;
    height: 136px;
    background-color: white;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 10px #dcba72;
    border-style: none;
    order: 1;
}

input[type="text"] {
    font-family: MY_IRANSans;
}


/*                                                ********  Media Query  ********              */


/*                                                ********  1050  ********              */

@media (max-width: 1050px) {
    #DLImg {
        padding: 50px;
    }
}


/*                                                ********  950  ********              */

@media (max-width: 950px) {
    #DLImg {
        padding: 40px;
    }
    #DLC_Device {
        flex-direction: column;
        align-items: flex-end;
    }
    .CD_Main {
        width: 100%;
        flex-grow: 0;
    }
    .CD_aMain {
        width: 100%;
        flex-grow: 0;
        margin: 10px 0 0 0;
    }
}


/*                                                ********  850  ********              */

@media (max-width: 850px) {
    #DLImg {
        padding: 30px;
    }
}


/*                                                ********  750  ********              */

@media (max-width: 750px) {
    /*  Section1  */
    #h_pic {
        width: 100%;
        height: 100%;
    }
    #h_text {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    /*  Section3  */
    .levels {
        flex-direction: column;
    }
    .level_sq {
        width: 100%;
        height: 140px;
        margin: 20px 0 0 0;
        justify-content: flex-start;
        align-items: center;
    }
    .m2_p {
        margin: 0 20px 0 0;
    }
    #m2_right {
        background-position-x: 40px;
        background-position-y: center;
        background-size: 90px 100px;
    }
    #m2_mid {
        background-position-x: 40px;
        background-position-y: center;
        background-size: 130px 100px;
    }
    #m2_left {
        background-position-x: 40px;
        background-position-y: center;
        background-size: 90px 100px;
        margin: 20px 0 0 0;
    }
    /*  Section4  */
    #DLImg {
        padding: 20px;
    }
    /*  Section5  */
    #footer_box {
        border-radius: 100px 100px 0 0;
    }
}


/*                                                ********  570  ********              */

@media (max-width: 550px) {
    #DLC_Text {
        margin: 0;
    }
    #footer_main {
        flex-direction: column;
    }
    .footer_content {
        width: 100%;
        flex-grow: 0;
        padding: 10px;
    }
    #form_data {
        padding: 20px;
    }
}


/*                                                ********  470  ********              */

@media (max-width: 470px) {
    #mh1_img {
        width: 43px;
        height: 35%;
        margin: 48px 0 0 0;
    }
    #mh1_text {
        margin: 48px 5px 0 0;
    }
}

@media (max-width:450px) {
    .CD_Main {
        justify-content: center;
        align-items: center;
    }
    .CD_aMain {
        justify-content: center;
        align-items: center;
    }
    .CD_Main h3 {
        margin: 0;
    }
    #CD_android {
        background: none
    }
    #CD_ios {
        background: none
    }
}


/*                                                ********  370  ********              */

@media (max-width: 370px) {
    /*  Section3  */
    .levels {
        flex-direction: column;
    }
    .level_sq {
        width: 100%;
        height: 140px;
        margin: 20px 0 0 0;
        justify-content: center;
        align-items: center;
    }
    .m2_p {
        margin: 0;
    }
    #m2_right {
        background: none;
    }
    #m2_mid {
        background: none;
    }
    #m2_left {
        background: none;
    }
    /*  Section4  */
    #DLC_Text {
        visibility: hidden;
        height: 0px;
    }
    #DLC_Device {
        height: 100%;
    }
    #DLImg {
        padding: 5px;
    }
}