/*****************************
	Section:  Base Elements
******************************/

*,
*:before,
*:after {
    box-sizing: border-box;
}

svg:not(:root) {
    overflow: hidden;
}

h1,
H2,
H3,
H4,
H5 {
    font-weight: 400;
}

html {
    font-family: PresentFont, sans-serif, Arial, Helvetica;
    direction: rtl;
    margin: 0px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.8;
}

.is-hidden {
    display: none !important;
}

.row {
    display: flex;
    flex-wrap: nowrap;
}

.column {
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1;
    margin: 10px;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
}

.column:first-child {
    margin-right: 0px;
}

.column:last-child {
    margin-left: 0px;
}

.col-1 {
    max-width: calc(100% / 12);
}

.col-2 {
    max-width: calc(100% / 12 * 2);
}

.col-3 {
    max-width: calc(100% / 12 * 3);
}

.col-4 {
    max-width: calc(100% / 12 * 4);
}

.col-5 {
    max-width: calc(100% / 12 * 5);
}

.col-6 {
    max-width: calc(100% / 2);
}


/*****************************
	Section: Body
******************************/

body {
    /*background-color: #f3f3f3;*/
    background-color: #efefef;
    color: #484848;
    min-width: 320px;
}

.master-container {
    display: flex;
    flex-direction: column;
}

.section-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    flex-wrap: nowrap;
}


/*****************************
	Section:  #Intro
******************************/

.top-header {
    display: flex;
}

.top-header .text-header {
    flex: 1 1 60px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: lalezarweb;
    background-color: #881713;
    font-size: 35px;
}


/*****************************
	Section: .section-container defualt setting
******************************/

.section-container .title-box {
    margin: 0 auto 40px;
}

.section-container .title-box p:nth-child(1),
.section-container .title-box p:nth-child(2),
.section-container .title-box p:nth-child(3),
.section-container .title-box p:nth-child(4),
.section-container .title-box h2 {
    font-family: LalezarWeb;
    line-height: 1.1;
    text-align: center;
    padding: 0 0;
    margin: 0 0;
}

.section-container .title-box h2 {
    font-size: 4.0vw;
    color: #bd2828;
    margin-bottom: 10px;
}

.section-container .title-box h3 {
    font-family: LalezarWeb;
    font-size: 2.0vw;
    line-height: 1.1;
    text-align: center;
    padding: 0 0;
    margin: 0 0;
}

.section-container .title-box p:nth-child(1) {
    font-size: 2.8vw;
    color: #bd2828;
}

.section-container .title-box p:nth-child(2),
.section-container .title-box p:nth-child(3),
.section-container .title-box p:nth-child(4) {
    font-size: 1.8vw;
    color: #223548;
    line-height: 1.2;
}


/*****************************
	Section: mokaafaat
******************************/

.content-box {
    display: block;
    margin: 0px auto;
    width: 70%;
}

.content-box>* {
    margin: 0px auto;
    line-height: 1.;
    font-size: 16px;
    width: 800px;
}

.content-box-images {
    margin: 0px auto;
    line-height: 1;
    font-size: 16px;
    width: 70%;
}

.imagePlace img {
    width: 100%;
    cursor: pointer;
}

.content-box-images .imagePlace,
.content-box-images .imagePlace img {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.content-box-images .imagePlace {
    margin: 10vh auto;
}

.content-box>p+p {
    margin-top: 10px;
}

.content-box h3 {
    font-family: LalezarWeb;
    margin-top: 10px;
    font-size: 25px;
}

.content-box-images h3,
.content-box h3 {
    background: #ca1717;
    padding: 25px 0;
    border-radius: 5px;
    font-family: LalezarWeb;
    margin: 25px 15%;
    text-align: center;
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 4px 13px rgba(0, 0, 0, 0.1), 0px 8px 23px rgba(0, 0, 0, 0.1);
}

.videoIframe {
    display: block;
    margin: 50px auto;
}

.ostad-tofan {
    background-color: #49756f;
}

.ostad-tofan .title-box h2 {
    color: #fff;
    font-size: 45px;
}

.ostad-tofan .title-box h3 {
    color: #fff;
}


/*****************************
	Section: my-store
******************************/

.my-store {
    background-color: #434343;
    padding-top: 10px;
    padding-bottom: 80px;
}

.my-store .title-box h2 {
    color: #fff;
    font-size: 45px;
}

.my-store .title-box h3 {
    color: #fff;
}

.my-store .content-box-images h3 {
    color: #red;
}

.my-store .readmeBTT {
    display: inline-block;
    margin: 30px auto;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #efefef;
    background-color: #34495E;
    box-shadow: 2px 2px 2px 0px #999;
}

.my-store .readmeBTT:hover {
    box-shadow: 2px 2px 2px 0px #aaa;
}


/*****************************
	Section: society
******************************/

.society {
    //background-color: #fff;
    padding: 80px;
}

.society .title-box {
    margin: 0 auto 20px;
}


/*****************************
	Section: mokaafaat
******************************/

.mokaafaat {
    background-color: #fff;
    padding-bottom: 80px;
}

.mokaafaat .title-box {
    margin: 0 auto 20px;
}

.mokaafaat .title-box p:nth-child(1) {
    font-size: 5.0vw;
    color: #bd2828;
    line-height: 0.9;
}

.mokaafaat .title-box p:nth-child(2) {
    font-size: 2.0vw;
    color: #223548;
    margin-bottom: 10px;
}

.mokaafaat .title-box p {
    font-family: LalezarWeb;
    color: #223548;
    text-align: center;
    margin: 0 0;
    line-height: 1.9;
    padding: 0 0;
}

.mokaafaat ul.list {
    list-style-type: none;
    font-size: 16px;
    line-height: 2.1;
    margin-bottom: 20px;
    margin-top: 20px;
}

#poets-slider {
    margin: 20px auto;
}

#poets-slider .owl-stage {
    display: flex;
}

#poets-slider.owl-rtl .owl-item {
    flex: 1;
    display: flex;
}

#poets-slider .item {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    margin: 5px 0px;
}

#poets-slider .item .caption {
    flex: 0 1 auto;
    background: #dadada;
    ;
    border-radius: 2px 2px 0px 0px;
    font-family: lalezarweb;
    font-size: 14px;
    text-align: center;
}

#poets-slider .item .content {
    flex: 1;
    justify-content: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 2px 2px;
    padding: 5px 5px;
    font-size: 18px;
}

#poets-slider .item .content {
    align-self: center;
}

#poets-slider .item .content.poetry div {
    text-align: center;
}

#poets-slider .item .content.poetry div:nth-child(1) {
    padding-left: 100px;
}

#poets-slider .item .content.poetry div:nth-child(2) {
    padding-right: 100px;
}

#poets-slider .item .content.quotes {
    flex-direction: column;
    text-align: center;
}


/*****************************
	Section: mystore
******************************/


/*****************************
	Section: mys11tore
******************************/

.my-st1ory {
    padding: 80px 0;
}

.my-s1tory .title-box {
    margin: 0 auto 20px;
}

.my-sto1ry .title-box p:nth-child(1) {
    font-size: 5.0vw;
    color: #bd2828;
    line-height: 0.9;
}

.my-s1tory .title-box p:nth-child(2) {
    font-size: 2.0vw;
    color: #223548;
    margin-bottom: 10px;
}

.my-st1ory .title-box p {
    font-family: LalezarWeb;
    color: #223548;
    text-align: center;
    margin: 0 0;
    line-height: 1.9;
    padding: 0 0;
}

.my-s1tory ul.list {
    list-style-type: none;
}

.my-1story q {
    margin: 20px auto;
    display: block;
    text-align: center;
    width: 80%;
    border: 1px solid #eee;
    background-color: #ff6b63;
    font-family: LalezarWeb;
    color: #fff;
    font-size: 35px;
}


/*****************************
	Section:
******************************/

footer {
    background: #32363b;
    padding: 10px 20px;
}

.social-network {
    display: block;
    border-bottom: 2px solid #fff;
}

.social-network a {
    color: #eee;
    margin: 5px;
    font-size: 25px;
}

.social-network a:hover {
    color: #ff6b63;
}