@font-face {
    font-family: vahid1;
    src: url('../../public/fonts/Vazir.eot');
    src: url('../../public/fonts/Vazir.eot?#iefix') format('FontName-opentype'),
    url('../../public/fonts/Vazir.woff') format('woff'),
    url('../../public/fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: vahid2;
    src: url('../../public/fonts/Shabnam.eot');
    src: url('../../public/fonts/Shabnam.eot?#iefix') format('FontName-opentype'),
    url('../../public/fonts/Shabnam.woff') format('woff'),
    url('../../public/fonts/Shabnam.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: vahid3;
    src: url('../../public/fonts/poster/MRT_poster9.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: vahid4;
    src: url('../../public/fonts/poster/MRT_poster18.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: vahid5;
    src: url('../../public/fonts/poster/MRT_poster11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: E-vahid1;
    src: url('../../public/fonts/Lobster13.eot');
    src: url('../../public/fonts/Lobster13.eot?#iefix') format('FontName-opentype'),
    url('../../public/fonts/Lobster13.woff') format('woff'),
    url('../../public/fonts/Lobster13.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: E-vahid2;
    src: url('../../public/fonts/eng/Coronet.eot');
    src: url('../../public/fonts/eng/Coronet.eot?#iefix') format('FontName-opentype'),
    url('../../public/fonts/eng/Coronet.woff') format('woff'),
    url('../../public/fonts/eng/Coronet.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: E-vahid3;
    src: url('../../public/fonts/eng/FormalScriptRegular.eot');
    src: url('../../public/fonts/eng/FormalScriptRegular.eot?#iefix') format('FontName-opentype'),
    url('../../public/fonts/eng/FormalScriptRegular.woff') format('woff'),
    url('../../public/fonts/eng/FormalScriptRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: E-vahid4;
    src: url('../../public/fonts/eng/GatsbyFLF.eot');
    src: url('../../public/fonts/eng/GatsbyFLF.eot?#iefix') format('FontName-opentype'),
    url('../../public/fonts/eng/GatsbyFLF.woff') format('woff'),
    url('../../public/fonts/eng/GatsbyFLF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: E-vahid5;
    src: url('../../public/fonts/eng/ParkPlace.eot');
    src: url('../../public/fonts/eng/ParkPlace.eot?#iefix') format('FontName-opentype'),
    url('../../public/fonts/eng/ParkPlace.woff') format('woff'),
    url('../../public/fonts/eng/ParkPlace.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: E-vahid6;
    src: url('../../public/fonts/eng/ELISA.eot');
    src: url('../../public/fonts/eng/ELISA.eot?#iefix') format('FontName-opentype'),
    url('../../public/fonts/eng/ELISA.woff') format('woff'),
    url('../../public/fonts/eng/ELISA.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: parmis;
    src: url('../../public/fonts/parmisBrand/Mission GT-R.woff');
}

@font-face {
    font-family: E-vahid7;
    src: url('../../public/fonts/josefin-slab/JosefinSlab-Thin.ttf');
    src: url('../../public/fonts/josefin-slab/JosefinSlab-Bold.woff') format('woff'),
    url('../../public/fonts/josefin-slab/JosefinSlab-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: E-vahid8;
    src: url(../fonts/Luam/Luam-Light.ttf);
}

/*@font-face {*/
/*    font-family: E-vahid7;*/
/*    src: url('../fonts/josefin-slab/JosefinSlab-Thin.ttf');*/
/*    src: url('../../public/fonts/parmisBrand/Mission GT-R.eot?#iefix') format('FontName-opentype'),*/
/*    url('../../public/fonts/parmisBrand/Mission GT-R.woff') format('woff'),*/
/*    url('../../public/fonts/parmisBrand/Mission GT-R.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

input:focus, textarea:focus, select:focus {
    outline: none;
}

* {
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

input{
    direction: ltr;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
}

.marginAuto {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.touchBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: red;*/
}