@import url('../fonts/IRANSans/Farsi_numerals/webFonts/css/fontiran.css');
@import url('./modal.css');
@import url('../fonts/icomoon/style.css');
@import url('./Plan.css');

a, a:visited, a:hover a:focus {
    color: inherit;
    text-decoration: inherit;
}

/*---------------------- fonts ---------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: IRANSans  !important;
    direction: rtl;
    color: #454545;
    background-color: #E5E5E5;
}

body.bookShop {
    background-color: #ffffff;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ul, li {
    padding: 0;
    margin: 0;
}

.originalBackground {
    background-color: #656A86;
}

.greenBackground {
    background-color: #509D86;
}

.greenColor {
    color: #509D86;
}

.whiteBackground {
    background-color: #fff;
}

.orangeBackground {
    background-color: #FF9100;
}

.redBackground {
    background-color: #EA6D5E;
}

.redColor {
    color: #EA6D5E;
}

.blueBackground {
    background-color: #96D5EE;
}

.pinkBackground {
    background-color: #FF3386;
}

.whiteColor {
    color: #fff;
}

.grayColor {
    color: #A8A8A8;
}

.originalPurpleColor {
    color: #7A7CED;
}

.originalPurpleBack {
    background-color: #7A7CED;
}

.darkPurple {
    background-color: #313142;
}

.blockInline {
    display: inline-block;
}

.centerText {
    text-align: center;
}

.textInRight {
    text-align: right;
}

.textInLeft {
    text-align: left !important;
}

.ltr {
    direction: ltr;
}

h1 {
    font-size: 41px;
    font-weight: 800;
}

h1, h2, h3, h4 {
    margin: 0;
}

.font-size_14 {
    font-size: 14px;
}

.font-size_18 {
    font-size: 18px;
}

.font-size_20 {
    font-size: 20px;
}

.font-size_22 {
    font-size: 22px;
}

.font-size_30 {
    font-size: 30px;
}

.font-size_24 {
    font-size: 24px;
}

.font-size_35 {
    font-size: 35px;
}

.font-size_64 {
    font-size: 64px;
}

.boldFont {
    font-weight: bold;
}

.extraBoldFont {
    font-weight: 800;
}

.mediumWFont {
    font-weight: 500;
}

.lightFont {
    font-weight: 300;
}

.sizeHandler_780 {
    max-width: 780px;
    margin: 0 auto;
}

.sizeHandler_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.sizeHandler_1380 {
    max-width: 1380px;
    margin: 0 auto;
}

.sizeHandler_1650 {
    max-width: 1650px;
    margin: 0 auto;
}

.sizeHandler_1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.sizeHandler_1477 {
    max-width: 1477px;
    margin: 0 auto;
}

.organizer {
    width: 100%;
    float: right;
}

.middleContext {
    vertical-align: middle;
}

img {
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.button:active, button:focus {
    outline: none;
}

input {
    font-size: 16px;
    font-family: iranyekan;

    width: 100%;
    padding: 1rem;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
}

input:focus {
    outline: none;
    background-color: #dfe4f7;
}

::placeholder {
    color: #B7B4B4;
}

:-ms-input-placeholder {
    color: #B7B4B4;
}

::-ms-input-placeholder {
    color: #B7B4B4;
}

.fullScreenBanner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.afterFullScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2rem;
}

.clickShape {
    cursor: pointer;
}


/*---------------------- main ---------------------*/