@import url(../css-en/fonts.css);

/********************************************* general Styles ****************************************/
body {
    font-size: 14px;
    z-index: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #1f1f1f;
    height: 100%;
    background-color: #fcfcfc;
    outline: 0;
    direction: ltr;
    text-align: left;
}
html, body, div, ul, li, p, a, table, td, tr, th, h1, h2, h3, h4, h5, h6, span, label, nav, header, footer, button, caption, code, col, form, input, ol, small, textarea, select {
    font-family: "yekanM";
    direction: ltr;
    outline: 0;
    margin:0;
    padding:0;
}

.round {
    border-radius: 1.5rem !important;
}


.package_link{
    color:white;
}

.package_link:hover{
    color:white;
}

.btn-primary {
    border-color: #fbb6af !important;
    background-color: #ff7062 !important;
    color: #FFFFFF;
}

.btn-min-width {
    min-width: 8.5rem;
}

ul li {
    list-style: none;
}
a {
    text-decoration: none!important;
}
p {
    font-family: "yekanR";
    line-height: 180%;
    margin: 5px 0 15px 0;
}
ol li {
    line-height: 180%;
    margin-bottom: 10px;
}
.gm_container {
    max-width: 1600px;
    width: 100%;
    height: 100vh;
    margin: auto;
}
.gm_container_1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.header_part {
    width: 100%;
    height: 200px;
}
.flex {
    display: flex!important;
}
.flex_column {
    display: flex!important;
    flex-direction: column!important;
}
.text-justify {
    text-align: justify;
}
.btn_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 216px;
    height: 62px;
    border-radius: 50px;
    border: 2px solid #FF7840;
    margin: 10px 0;
}
.btn_container:hover {
    border: 2px solid #3D2BA5;
}
.gm_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 50px;
    color: white;
    background-color: #FF7840;
    border-radius: 50px;
    border: none;
    /*border: 3px solid white;*/
}
.gm_btn:hover {
    background-color: #3D2BA5;
    color: white;
    transition: all .3s ease;
}

progress, label {
    display: block;
    margin: 10px auto 20px auto;
}
.gramito_pattern {
    width: 100%;
    height: 235px;
    background-image: url(/assets_main_pages/img/pattern.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -40px;
    z-index: -11;
}
.lang_select {
    /*width: 120px!important;*/
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}
.lang_select > option {
    background-color: rgb(۲۱۷, ۲۱۷, ۲۱۷) !important;
    padding-right: 5px;
    margin-top: 5px!important;
    border-radius: 8px!important;
    color: #777777;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 120px!important;

}
.lang_select > option:first-child {
    border-bottom: 1px solid #707070;
}

.option option:first-child {
    color: transparent;
}


/*****************************************styles for colors*****************************************/
.black_gray {
    color: #373737!important;
}
.light_gray {
    color: #707070;
}
.white {
    color: #FFFFFF;
}
.gm_orange {
    color: #FF7840;
}
.gm_blue {
    color: #3E2BA7;
}
.gm_green {
    color: #28CF94;
}
.gmb_orange {
    background-color: #FF7840;
}
.gmb_blue {
    background-color: #3E2BA7;
}
.gmb_green {
    background-color: #28CF94;
}

/******************************************* responsive 1920px ***************************************/
@media only screen and (max-width: 1920px)
{
    .gm_container_1 {
        max-width: 1920px;
    }
}

/******************************************* responsive 1440px ***************************************/
@media only screen and (max-width: 1440px)
{
    .aboutUs_container {
        max-width: 1370px;
    }
    .btn_container {
        width: 188px;
        height: 56px;
    }
    .gm_btn {
        width: 178px;
        height: 46px;
    }
    p {
        margin: 5px 0 12px 0;
    }
    .gramito_pattern {
        height: 200px;
        margin-top: -45px;

    }
}

/******************************************* responsive 1210px ***************************************/
@media only screen and (max-width: 1210px)
{

}

/******************************************* responsive 992px ***************************************/
@media only screen and (max-width: 992px)
{
    .lang_select {
        width: 90px!important;
    }
}

/******************************************* responsive 768px ***************************************/
@media only screen and (max-width: 768px)
{
    .btn_container {
        width: 170px;
        height: 48px;
    }
    .gm_btn {
        width: 162px;
        height: 40px;
    }
    .gramito_pattern {
        height: 140px;
        margin-top: -25px;
    }
    p {
        margin: 5px 0 10px 0;
    }
}

/******************************************* responsive 576px ***************************************/
@media only screen and (max-width: 576px)
{
    .header_part {
        height: 180px;
    }
    .aboutUs_container .gramito_pattern {
        display: none;
    }
}

/******************************************* responsive 400px ***************************************/
@media only screen and (max-width: 400px)
{
    .btn_container {
        width: 160px;
        height: 46px;
    }
    .gm_btn {
        width: 152px;
        height: 38px;
    }
}


/*****************************************styles for fonts*****************************************/
.fs_en {
    font-family: 'yekanM';
}
.fs_title {
    font-family: 'yekanM';
    font-size: 27px;
}
.fs_title_s {
    font-family: 'yekanM';
    font-size: 24px;
}
.fs_title_h {
    font-family: 'yekanM';
    font-size: 22px;
}

.fs_button {
    font-family:'yekanM';
    font-size: 16px;
}
.fs_caption {
    font-family: 'yekanM';
    font-size: 17px;
    line-height: 170%;
}
.fs_p {
    font-family:'yekanR';
    font-size: 17px;
}
.fs_form_title {
    font-size: 15px;
}
.fs_tab {
    font-family: 'yekanM';
    font-size: 26px;
}
/******************************************* responsive 1920px ***************************************/
@media only screen and (max-width: 1921px) {

    .fs_title {
        font-size: 24px;
    }
    .fs_title_s {
        font-size: 18px;
    }
    .fs_title_h {
        font-size: 18px;
    }
    .fs_caption {
        font-size: 16px;
    }
    .fs_button {
        font-size: 14px;
    }
    .fs_form_title {
        font-size: 14px;
    }
    .fs_p {
        font-size: 16px;
    }
    .fs_tab {
        font-size: 24px;
    }
}
/******************************************* responsive 1442px ***************************************/
@media only screen and (max-width: 1442px) {
    .fs_title {
        font-size: 22px;
    }
    .fs_title_s {
        font-size: 18px;
    }
    .fs_title_h {
        font-size: 16px;
    }
    .fs_button {
        font-size: 15px;
    }
    .fs_form_title {
        font-size: 13px;
    }
    .fs_caption {
        font-size: 15px;
    }
    .fs_p {
        font-size: 15px;
    }
    .fs_tab {
        font-size: 22px;
    }
}
/******************************************* responsive 992px ***************************************/
@media only screen and (max-width: 992px) {

    .fs_title_h {
        font-size: 15px;
    }



}
/******************************************* responsive 768px ***************************************/
@media only screen and (max-width: 768px) {

    .fs_title_h {
        font-size: 16px;
    }
    .fs_button {
        font-size: 14px;
    }
    .fs_form_title {
        font-size: 12px;
    }
    .fs_caption {
        font-size: 14px;
    }
    .fs_p {
        font-size: 14px;
    }
    .fs_tab {
        font-size: 19px;
    }
}
/******************************************* responsive 450px ***************************************/
@media only screen and (max-width: 450px) {
    .fs_title {
        font-size: 21px;
    }
    .fs_title_s {
        font-size: 17px;
    }
    .fs_title_h {
        font-size: 15px;
    }
    .fs_button {
        font-size: 13px;
    }
    .fs_form_title {
        font-size: 11px;
    }
    .fs_caption {
        font-size: 13px;
    }
    .fs_p {
        font-size: 13px;
    }
    .fs_tab {
        font-size: 17px;
    }
}
/******************************************* responsive 400px ***************************************/
@media only screen and (max-width: 400px) {
    .fs_title {
        font-size: 20px;
    }
    .fs_title_s {
        font-size: 16px;
    }
}
