@font-face {
    font-family: Yekan;
    src: url('../fonts/yekan-font/Yekan.eot');
    src: url('../fonts/yekan-font/Yekan.eot?#iefix') format('FontName-opentype'),
    url('../fonts/yekan-font/Yekan.woff') format('woff'),
    url('../fonts/yekan-font/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --orange-custom-light: #ff5c00;
    --orange-custom-dark: #f16719;
    --orange-custom-dim: #ffe9dc;
    --blue-custom-light: #4b9bed;
    --blue-custom-dark: #348bc5;
    --blue-custom-dim: #cfe2ff;
    --purple-custom: #8674f7;
    --green-custom: #92c92f;
}
.bg-custom-purple {
    background: var(--purple-custom) !important;
}
.bg-custom-blue {
    background: var(--blue-custom-light) !important;
}
.bg-custom-blue-dark {
    background: var(--blue-custom-dark) !important;
}
.bg-custom-green {
    background: var(--green-custom) !important;
}
.bg-custom-orange {
    background: var(--orange-custom-light) !important;
}
.bg-custom-purple-2 {
    background: #9183e9 !important;
}
.bg-custom-green-2 {
    background: mediumseagreen !important;
}

.text-custom-purple {
    color: var(--purple-custom) !important;
}
.text-custom-blue {
    color: var(--blue-custom-light) !important;
}
.text-custom-blue-dark {
    color: var(--blue-custom-dark) !important;
}
.text-custom-green {
    color: var(--green-custom) !important;
}
.text-custom-orange {
    color: var(--orange-custom-light) !important;
}
.text-custom-purple-2 {
    color: #9183e9 !important;
}
.text-custom-green-2 {
    color: mediumseagreen !important;
}

body {
    font-family: Yekan !important;
}
hr {
    color: #b0b0b0;
}
.accordion-button::after {
    margin-right: auto;
    margin-left: 0 !important;
}
.accordion-button:not(.collapsed) {
    background: var(--orange-custom-dim) !important;
}


/*---------- menu ------------*/
.navbar-logo{
    padding: 15px;
    color: #fff;
}
.navbar-mainbg{
    background-color: var(--orange-custom-light);
    padding: 0px;
}
#navbarSupportedContent{
    overflow: hidden;
    position: relative;
    direction: rtl;
}
#navbarSupportedContent ul{
    padding: 0px;
    margin: 0px;
}
#navbarSupportedContent ul:first-child {
    margin-right: 20px;
}
#navbarSupportedContent ul li a i{
    margin-left: 10px;
}
#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}
#navbarSupportedContent ul li a{
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#navbarSupportedContent>ul>li.active>a{
    color: var(--orange-custom-light);
    background-color: transparent;
    transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}
.hori-selector{
    display:inline-block;
    position:absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration:0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
}
.hori-selector .right{
    right: -25px;
}
.hori-selector .left{
    left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--orange-custom-light);
}
.hori-selector .right:before{
    bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
    bottom: 0;
    left: -25px;
}


@media(min-width: 992px){
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}


@media (max-width: 991px){
    #navbarSupportedContent ul li a{
        padding: 12px 30px;
    }
    .hori-selector{
        margin-top: 0px;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    .hori-selector .left,
    .hori-selector .right{
        right: 10px;
    }
    .hori-selector .left{
        top: -25px;
        left: auto;
    }
    .hori-selector .right{
        bottom: -25px;
    }
    .hori-selector .left:before{
        left: -25px;
        top: -25px;
    }
    .hori-selector .right:before{
        bottom: -25px;
        left: -25px;
    }
}
#navbar {
    position: sticky;
    top:0;
    width:100%;
    z-index: 999999999;
}
.navbar-brand:hover {
    color: white;
}
.authenticate-button {
    background: var(--orange-custom-dim);
    border-radius: 20px;
    margin-left: 20px;
}
.authenticate-button:hover {
    background: var(--orange-custom-dim);
}
.authenticate-button:active {
    background: var(--orange-custom-dim) !important;
    border-color: var(--orange-custom-dim) !important;
}


/*---------- slide ------------*/

.slide {
    direction: ltr;
    /*height: 600px;*/
    padding-top: 150px;
    padding-bottom: 50px;
}
.slide .title {
    text-align: center;
}
.slide .title h2 {
    margin-top: 125px;
    font-weight: bolder !important;
}
.slide .title h4 {
    font-weight: bolder !important;
}
.slide .title a {
    margin-top: 50px;
    color: white;
}
@media screen and (max-width: 1000px) {
    .slide .title h2 {
        margin-top: 50px !important;
    }
    .slide .title a {
        margin-top: 25px !important;
    }
}
.slide .title a:first-of-type {
    margin-right: 30px;
}


/*---------- plans ------------*/

.plans {
    direction: rtl;
    /*height: 700px;*/
    padding-top: 50px;
    padding-bottom: 150px;
}
.plans .content {
    margin-top: 150px;
}
.plans .content .card {
    transition: transform 0.2s linear;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 20px;
}
.plans .content .card:hover {
    transition: transform 0.2s linear;
    transform: scale(105%, 105%);
    z-index: 9999;
}
.plans .content .card .fa-map-pin {
    position: absolute;
    z-index: 999;
    font-size: 65px;
    top: -50px;
    left: 50%;
    translate: -50%;
}
.plans .content .card  .card-head {
    background: var(--orange-custom-light);
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px 20px 0 0;
    text-align: center!important;
}
.plans .content .card .card-body  {
    display: flex;
    justify-content: center;
}
.plans .content .card .card-body .card-text {
    width: 100%;
}
.plans .content .card .card-body .card-text .card-subtext-1 {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
}
.plans .content .card .card-body .card-text .card-subtext-2 {
    display: inline-block;
    float: left;
    margin-top: 15px;
    font-size: 20px;
    color: limegreen;
}
.plans .content .card .card-foot {
    display: flex;
    justify-content: center;
}
.plans .content .card .card-foot .btn {
    margin-bottom: 20px;
}


/*---------- calculator ------------*/

.calculator {
    background-image: url("../photos/calculate-4.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 800px;
    direction: rtl;
}
.calculator .layer {
    background: rgba(137, 130, 130, 0.3);
    height: 800px;
    width: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1000px) {
    .calculator {
        height: 900px !important;
    }
    .calculator .layer {
        height: 900px !important;
    }
}
.calculator .layer .card {
    height: 400px;
    background: hsla(0,0%,100%,0.9);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.149);
    border-radius: 20px;
}
.test-range {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 15px;
    -webkit-appearance: none;
    background: var(--orange-custom-light);
    outline: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 0 0 5px var(--orange-custom-light);
}
.test-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 4px solid #333;
    box-shadow: -407px 0 0 400px rgb(255, 255, 255);
}
#range-slider-1 {
    height: 6px;
    background: #a9acb1;
    border-radius: 12px;
    margin-top: 20px;
}
#range-slider-1 .range-slider__range {
    background: var(--orange-custom-light);
    border-radius: 12px;
}
#range-slider-1 .range-slider__thumb {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#range-slider-1 .range-slider__thumb[data-lower] {
    width: 0;
}
#range-slider-1 .range-slider__thumb[data-upper] {
    background: white;
}
#range-slider-1 .range-slider__thumb[data-upper][data-active] {
    /*animation: rotate-clockwise .9s infinite;*/
}
@keyframes rotate-clockwise {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes rotate-anti-clockwise {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
#range-slider-2 {
    height: 6px;
    background: #a9acb1;
    border-radius: 12px;
    margin-top: 20px;
}
#range-slider-2 .range-slider__range {
    background: var(--orange-custom-light);
    border-radius: 12px;
}
#range-slider-2 .range-slider__thumb {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#range-slider-2 .range-slider__thumb[data-lower] {
    width: 0;
}
#range-slider-2 .range-slider__thumb[data-upper] {
    /*background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><circle cx="12" cy="12" r="9" fill="%23FFFFFF"></circle><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16ZM16 17c-.56 0-.3.12-4.71-4.29-.4-.4-.29-.3-.29-6.71 0-1.32 2-1.32 2 0v5.59l3.71 3.71a1 1 0 0 1-.71 1.71Z"></path></svg>');*/
    background: white;
}
#range-slider-2 .range-slider__thumb[data-upper][data-active] {
    /*animation: rotate-clockwise .9s infinite;*/
}
@keyframes rotate-clockwise {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes rotate-anti-clockwise {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
.nice-select {
    text-align: right !important;
}
.nice-select .option {
    text-align: right !important;
}


/*---------- documents ------------*/

.documents {
    /*height: 1200px;*/
    direction: rtl;
    padding-top: 50px;
    padding-bottom: 100px;
}
.documents .content {
    margin-top: 100px;
}
.documents .content .secondPart {
    margin-top: 100px;
}
.documents .content .thirdPart {
    margin-top: 20px;
}
.documents .content .card-model-1 {
    height: 350px;
}
.documents .content .card-model-2 {
    height: 240px;
}
.documents .content .card {
    transition: transform 0.2s linear;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-radius: 20px;
}
.documents .content .card:hover {
    transition: transform 0.2s linear;
    transform: scale(105%, 105%);
    z-index: 9999;
}
.documents .content .card .fa-map-pin {
    position: absolute;
    z-index: 999;
    font-size: 65px;
    top: -50px;
    left: 50%;
    translate: -50%;
}
.documents .content .card .fa-circle-arrow-down {
    position: absolute;
    z-index: 999;
    font-size: 65px;
    bottom: -35px;
    left: 50%;
    translate: -50%;
    background: white;
}
.documents .content .card  .card-head {
    background: var(--orange-custom-light);
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px 20px 0 0;
    text-align: center!important;
}
.documents .content .card .card-body  {
    display: flex;
    justify-content: center;
}
.documents .content .card .card-body .card-text {
    width: 100%;
}
.documents .content .card .card-body .card-text .card-subtext-1 {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
}
.documents .content .card .card-body .card-text .card-subtext-2 {
    display: inline-block;
    float: left;
    margin-top: 15px;
    font-size: 20px;
    color: limegreen;
}
.documents .content .card .card-foot {
    display: flex;
    justify-content: center;
}
.documents .content .card .card-foot .btn {
    margin-bottom: 20px;
}


/*---------- guide ------------*/

.guide {
    background: var(--orange-custom-dark);
    /*height: 800px;*/
    direction: rtl;
    padding-bottom: 150px;
}
.guide .title {
    padding-top: 100px;
}
.guide .title h2 {
    text-align: center;
    font-weight: bold;
    color: white;
}
.guide .content {
    margin-top: 150px;
}
.guide .content .photo-layer {
    position: relative;
}
.guide .content .photo-layer .photo {
    width: 650px;
    height: 440px;
    position: absolute;
    z-index: 999;
    top: -65px;
    right: -10px;
}
.guide .content .photo-layer .play {
    position: absolute;
    z-index: 999;
    right: 275px;
    top: 150px;
    cursor: pointer;
    font-size: 75px;
    color: white;
}
@media screen and (max-width: 1000px) {
    .guide .content .photo-layer .photo {
        width: 720px !important;
        height: 470px !important;
    }
    .guide .content .photo-layer .play {
        right: 320px !important;
        top: 170px !important;
    }
}
.guide .content .video .h_iframe-aparat_embed_frame span {
    display: block;
    padding-top: 57%;
}
.h_iframe-aparat_embed_frame{
    position:relative;
}
.h_iframe-aparat_embed_frame .ratio{
    display:block;
    width:100%;
    height:auto;
}
.h_iframe-aparat_embed_frame iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.guide .content .description {
    color: white;
}
.guide .content .description h2 {
    font-size: 28px;
}
.guide .content .description p {
    margin-top: 30px;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}

p.txt-aboutUs {
    text-align: justify;
    line-height: 30px !important;
}


/*---------- faq ------------*/

.faq {
    height: 900px;
    direction: rtl;
}
.faq .title {
    padding-top: 100px;
}
.faq .title h2 {
    text-align: center;
    font-weight: bold;
}
.faq .content {
    margin-top: 150px;
}
.faq .content .accordion .accordion-item .accordion-body {
    font-size: 14px;
    text-align: justify;
    line-height: 1.9em;
    max-height: 200px;
    overflow-y: scroll;
}


/*---------- contact ------------*/

.contact {
    height: 800px;
    direction: rtl;
}
.contact .title {
    padding-top: 100px;
}
.contact .title h2 {
    text-align: center;
    font-weight: bold;
    color: #5a5a5a;
}
.contact .content {
    margin-top: 150px;
}
.contact .content .submit {
    display: flex;
    justify-content: center;
}
.contact .content .submit .btn {
    padding: 10px 70px;
    background: var(--orange-custom-light);
    border-color: var(--orange-custom-light);
}


/*---------- footer ------------*/

footer {
    direction: rtl;
    background: var(--orange-custom-dark);
}
footer a {
    text-decoration: none;
}
footer .charzanoo h3 {
    margin-bottom: 1em;
    color: white;
}
footer .charzanoo p {
    margin-bottom: 0;
    margin-top: 1em;
}
footer .charzanoo p a {
    color: white;
}
footer .installment h3 {
    margin-bottom: 1em;
    color: white;
}
footer .installment p {
    margin-bottom: 0;
    margin-top: 1em;
}
footer .installment p a {
    color: white;
}
footer .contact-information h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 1em;
}
footer .contact-information p {
    margin-bottom: 0;
    margin-top: 1em;
    color: white;
}
footer .contact-information .social-media {
    margin-top: 1em;
}
footer .contact-information .social-media .fa-instagram {
    /*color: #d6249f;*/
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: white;
    font-size: 42px;
}
footer .contact-information .social-media .fa-whatsapp {
    /*color: #138c48;*/
    /*background:linear-gradient(45deg, #6cb923, #1EBEA5, #00E676);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: white;
    font-size: 42px;
    margin-right: 0.3em;
}
footer .rights p {
    text-align: center;
    font-size: 14px;
    color: #e7e7e7;
}