@font-face {
    font-family: Vazir, Helvetica, Verdana, sans-serif;
    /*src: url("/assets/fonts/B-NAZANIN.TTF");*/
    src: url("/assets/fonts/Vazir/Vazir.woff2") format("woff2"),
    url("/assets/fonts/Vazir/Vazir.woff") format("woff"),
    url("/assets/fonts/Vazir/Vazir.ttf") format("truetype"),
    url("/assets/fonts/Vazir/Vazir.eot") format("embedded-opentype");
}

* {
    box-sizing: border-box;
}

body, html {
    height: 100%;
    overflow-x: hidden;
}

body::after {
    content: "";
    background: url("/assets/images/background-tile.jpg");
    background-repeat: repeat;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

.nav_brand {
    width: 50px;
}

.navbar {
    font-family: Tahoma, sans-serif;
    direction: rtl;
    /*background-color: #beffbe;*/
    background: rgb(57,255,57);
    background: linear-gradient(185deg, rgba(58,255,58,1) 0%, rgba(190,255,190,1) 100%);
    font-size: 1.3em;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.4);
}

.nav-link {
    margin-right: 20px;
    color: darkgreen;
}

.nav-link:hover {
    color: black;
}

.navbar-nav {
    text-align: center;
}

.bg {
    width: 100%;
    position: relative;
    background-image: url("/assets/images/v2/header-image-2.png"); /*old: 1890 x 1417 | new: 4292 x 3000*/
    background-origin: content-box;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.bg::after {*/
/*    content: "";*/
/*    background-image: url("/assets/images/head-image.png"); !*1890 x 1417*!*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/

/*    background-origin: content-box;*/
/*    background-position: top;*/
/*    background-repeat: no-repeat;*/

/*}*/

.app_description {
    padding: 40px 50px 140px 50px;
}

.description_container {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h4 {
    margin-bottom: 30px;
}

.img-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image {
    max-width: 100%;
    max-height: 100%;
}

.h-sc {
    width: 100%;
}

.h-sc img {
    min-width: 100%;
}

.mt-custom {
    margin-top: 100px;
}

.app_title {
    color: darkgreen;
    text-align: center;
}

.app_snapshot {
    max-width: 65%;
}

.download-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    width: 50%;
}

.download-container {
    margin-top: 70px;
    margin-left: 10px;
    width: 500px;
    height: 500px;
}

.brand-container {
    display: flex;
    justify-content: center;
}

.brand-img-container {
    display: flex;
    justify-content: center;
    max-width: 70%;
}

.brand-img-container img {
    /*box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.45);*/
    /*border-radius: 30%;*/
}

.brand-container img {
    /*max-height: 100%;*/
    max-width: 50%;
}

.undraggable {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.motto {
    direction: rtl;
    text-align: center;
    /*color: #5d8037;*/
    color: white;
    font-size: 20px;
    /*font-weight: bold;*/
    letter-spacing: -1px;
    text-shadow: 1px 3px 4px rgba(0,0,0,1);
}

.motto-title {
    font-size: 25px;
    /*display: inline;*/
}

.download-button-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3px;
    width: 100%;
    min-height: 100px;
}

.row-download-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    max-height: 50%;
    padding: 6px;
}

.download-button-image {
    max-height: 100%;
    max-width: 100%;
    transition: all .1s ease-in-out;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}

.download-button-image:hover {
    max-height: 100%;
    max-width: 100%;
    transform: scale(1.1);
}

.download-link {
    max-height: 100%;
    max-width: 50%;
    padding: 3px;
    display: block;
}

.disabled-link {
    cursor: default;
    opacity: 0.5;
    text-decoration: none;
}

.menu {
    cursor: pointer;
    padding-top: 9px;
}

.menu-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: white;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 4px);
    transform: rotate(-45deg) translate(-8px, 4px);
    box-shadow: -2px 2px 3px rgba(0,0,0,0.7);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -6px);
    transform: rotate(45deg) translate(-9px, -6px);
    box-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

/*.menu-name-holder {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: flex-end;*/

/*}*/

.menu-name {
    /*margin-right: 10px;*/
    display: inline-block;
    cursor: pointer;
    color: white;
    user-select: none;
    text-shadow: 1px 4px 4px black;
    margin: auto 10px auto auto;
}

.menu-name h1 {
    margin: auto;
}

.menu-container {
    position: absolute;
    right: 20px;
    top: 10px;
    display: flex;
    justify-content: flex-end;
}

.d-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    position: absolute;
    top: 30px;
    transition: opacity 0.4s;
    visibility: hidden;
    opacity: 0;
    font-size: 1.4em;
    font-weight: bold;
}

.d-item {
    display: block;
    text-decoration: none;
    /*color: darkgreen;*/
    color: white;
    text-shadow: 1px 4px 4px black;
    transition: all 0.4s;
}

.d-item:hover {
    color: black;
}

.change.d-items {
    display: block;
    visibility: visible;
    opacity: 1;
}

.change#d-item-1 {
    transform: translateY(15px);
}

.change#d-item-2 {
    transform: translateY(20px);
}

.footer {
    margin-top: 50px;
    border-radius: 10px 10px 0 0;
    /*background-color: #dadada;*/
    background: rgb(190,255,190);
    background: linear-gradient(180deg, rgba(190,255,190,1) 0%, rgba(218,218,218,1) 34%);
    box-shadow: 0 -1px 5px 1px rgba(0, 0, 0, 0.2);
    font-size: 13px;
}

.site-links {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.site-link {
    padding: 10px;
    text-decoration: none;
    color: darkgreen;
    transition: all 0.4s;
}

.site-link:hover {
    color: black;
}

.social_links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 20px;
}

.social_link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-decoration: none;
    font-size: 19px;
}

.social_media {
    width: 40px;
}

.social_text {
    padding-right: 10px;
}

.copyright {
    background-color: #4c9a5a;
    direction: rtl;
    text-align: center;
    box-shadow: 0 -1px 3px 1px rgba(100, 100, 100, 0.5);
    padding: 5px;
    font-size: 1em;
}

.teb-preview {
    text-align: right;
    direction: rtl;
}

.teb-preview-text {
    text-align: justify;
}

.teb-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.teb-image a img {
    box-shadow: 0 0 8px 4px rgba(49, 186, 40, 0.3);
    transition: all 0.4s;
}

.teb-image a img:hover {
    box-shadow: 0 0 8px 6px rgba(49, 186, 40, 0.5);
}

.teb-container {
    direction: rtl;
}

.tebp-title {
    margin-top: 70px;
    color: darkgreen;
    text-align: center;
}

.tebp-image img {
    max-width: 50%;
    max-height: 512px;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3);
}

.tebp-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
}

.aboutp-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
}

.aboutp-image img {
    max-width: 30%;
    max-height: 512px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.45);
    border-radius: 30%;
}

.content {
    text-align: justify;
    background-color: white;
}

.c-content {
    text-align: justify;
    background-color: white;
    padding: 30px;
    border: 2px solid darkgreen;
    border-radius: 20px;
}

.c-content-p {
    padding-right: 60px;
    font-size: 18px;
}

.c-header {
    margin-bottom: 10px;
    font-size: 19px;
}

.c-link {
    color: #7598ea;
    text-decoration: none;
    transition: all 0.4s;
}

.c-link:hover {
    color: black;
}

.main-wrapper {
    font-size: 19px;
}

.m-custom {
    margin: 70px auto;
}

.c-icon {
    background-size: cover;
    width: 40px;
    height: 40px;
    display: inline-block;
    align-items: center;
    transform: translateY(10px);
    margin-left: 10px;
}

.c-icon-ticket {
    background-image: url("/assets/images/icons/ticket.jpg");
}

.c-icon-email {
    background-image: url("/assets/images/icons/email.jpg");
}

.c-icon-insta {
    background-image: url("/assets/images/icons/instagram.jpg");
}

.c-icon-telegram {
    background-image: url("/assets/images/icons/telegram.jpg");
}

.c-icon-eeta {
    background-image: url("/assets/images/icons/eeta.jpg");
}

.c-icon-location {
    background-image: url("/assets/images/icons/location.jpg");
}


.eng {
    direction: ltr;
    text-align: right;
}

.googleMap {
    max-width: 100%;
}

.c-gmap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay-link {
    text-decoration: none;
    border: 1px solid #10c93b;
    border-radius: 10px;
    background-color: #beffbe;
    font-size: 1.2em;
    padding: 10px;
    color: darkgreen;
    transition: all 0.4s;
    box-shadow: 0 0 8px 3px rgba(49, 186, 40, 0.3);
}

.pay-link:hover {
    color: black;
    background-color: #10c93b;
}

.pay-button {
    margin-top: 50px;
}

.extra_description {
    direction: rtl;
    text-align: justify;
    padding: 10px;
    background-color: #fcfcfc;
    border-right: 2px solid darkgreen;
}

.home-wrapper {
    font-size: 19px;
}

@media only screen and (max-width: 410px) {
    .bg {
        background-position: top 0 right calc(47%) ;
    }
}

@media only screen and (min-width: 430px) {
    .footer {
        font-size: 1.3em;
    }
}

@media only screen and (min-width: 560px) {
    .download-button-container {
        padding: 20px 40px 40px;
    }
}

@media only screen and (max-width: 768px) {
    .small-mobile {
        max-width: 75%;
        margin: 50px auto;
    }

    .teb-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .teb-image a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {
    .small-mobile {
        max-width: 60%;
        margin: 50px auto;
    }

    .teb-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .teb-image a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container{
        max-width: 95%;
    }
}

@media only screen and (min-width: 790px) {
    .bg {
        min-height: 900px;
    }

    .brand-img-container {
        max-width: 50%;
    }

    .motto {
        font-size: 40px;
    }

    .motto-title {
        font-size: 50px;
        display: block;
    }

    .download-container {
        margin-top: 160px;
    }

    .download-button-container {
        padding: 20px;
    }

    .menu-container {
        top: 70px;
    }

    .menu-name h1 {
        font-size: 3em;
    }

    .d-items {
        top: 60px;
        font-size: 1.9em;
        font-weight: bold;
    }

    .bar1, .bar2, .bar3 {
        width: 45px;
        height: 6px;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-10px, 6px);
        transform: rotate(-45deg) translate(-10px, 6px);
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-9px, -8px);
        transform: rotate(45deg) translate(-9px, -8px);
    }

    .change#d-item-1 {
        transform: translateY(20px);
    }

    .change#d-item-2 {
        transform: translateY(35px);
    }
}
@media only screen and (min-width: 1090px) {
    .bg {
        min-height: 1417px;
    }

    .brand-img-container {
        max-width: 100%;
    }

    .motto {
        font-size: 40px;
    }

    .motto-title {
        font-size: 50px;
        display: block;
    }

    .download-container {
        margin-top: 160px;
    }

    .download-button-container {
        padding: 20px;
    }

    .menu-container {
        top: 70px;
    }
}

.term-list {
    line-height: 35px;
}

.term-list li {
    padding: 5px 0;
}
