/*------------------------------Import Font-----------------------------------*/
@font-face {
    font-family: yekan-bakh;
    src: url('../fonts/YekanBakhFaNum-VF.woff2') format('woff2'),
    url('../fonts/YekanBakhFaNum-VF.woff') format('woff');
}
@font-face {
    font-family: yekan-bakh-en;
    src: url('../fonts/YekanBakh-VF.woff2') format('woff2'),
    url('../fonts/YekanBakh-VF.woff') format('woff');
}
/*------------------------ Template override --------------------------*/
#sp-header{
    box-shadow: none;
    background: none;
}
#sp-header:not(.header-sticky){
    padding-top: 20px;
}
#sp-header.header-sticky,
#sp-header.lg-header.header-sticky{
    background-color: white;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent>li.sp-has-child>a:after, .sp-megamenu-parent>li.sp-has-child>span:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    font-size: 1.4em;
    transform: translateY(6px);
}
#sp-header .sp-megamenu-parent>li>.sp-menu-heading{
    cursor: default;
    transition: color 400ms;
}
#sp-header .sp-megamenu-parent>li:hover>.sp-menu-heading{
    color: var(--orange-200);
}
.logo-image-phone{
    height: 50px !important;
}
.offcanvas-menu .offcanvas-inner{
    padding: 0 11px 11px;
}
.offcanvas-menu .mod-menu{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.offcanvas-menu .mod-menu>li:not(:last-child){
    padding-bottom: 10px;
    border-bottom: 1px rgba(var(--black-200-rgb), .2) solid;
}
.offcanvas-menu .mod-menu>li>*:first-child{
    font-weight: 700;
}
.offcanvas-menu .mod-menu__sub{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    padding-right: 15px;
    font-size: 15px;
}
.offcanvas-menu .sp-module-content>ul>li:nth-child(2)>.mod-menu__sub>li>a{
    display: block;
    background: rgba(var(--black-200-rgb), .06);
    padding: 6px 11px;
    border-radius: 5px;
    font-weight: 700;
}
body.rtl .sp-megamenu-parent,
.sp-megamenu-wrapper{
    width: 100%;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items>li>a,
.sp-megamenu-parent .sp-mega-group>li>a{
    display: block;
    margin-bottom: 10px;
    background-color: rgba(var(--black-200-rgb), .06);
    border-radius: 5px;
    padding: 4px 8px;
    transition: background-color .3s linear, color .2s linear;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items>li>a:hover,
.sp-megamenu-parent .sp-mega-group>li>a:hover,
.sp-megamenu-parent .sp-mega-group>li>a[aria-current]{
    background-color: var(--orange-200);
    color: white;
}
.sp-megamenu-parent .sp-dropdown-mega .sp-dropdown-items>li>a{
    padding-right: 13px;
}
.sp-megamenu-parent .sp-dropdown-mega .sp-dropdown-items>li>a:before{
    --fa: "";
    content: var(--fa);
    font-size: 11px;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    text-rendering: auto;
    font-style: normal;
    line-height: 1;
    margin-left: 11px;
}
.sp-megamenu-parent>li{
    text-align: right;
}
.sp-megamenu-parent .sp-mega-group>li>a{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
/*------------------------ Variables --------------------------*/
:root {
    --orange-10: #fff7f5;
    --orange-10-rgb: 255,247,245;

    --orange-200: #ec6707;
    --orange-200-rgb: 236,103,7;

    --orange-400: #e4461c;
    --orange-400-rgb: 228,70,28;

    --gray-100: #adadad;
    --gray-100-rgb: 173,173,173;

    --gray-200: #f7f7f7;
    --gray-200-rgb: 247,247,247;

    --black-200: #6c757d;
    --black-200-rgb: 108,117,125;

    --black-400: #2c2a20;
    --black-400-rgb: 44,42,32;

    --bs-body-font-family: "yekan-bakh",sans-serif;
    --bs-body-line-height: 1.9;
    --bs-body-font-size: .94rem;
}
.english-txt{
    font-family: yekan-bakh-en, serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 800;
    line-height: 1.7;
}

.section-title{
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px auto;
}
.section-center-title{
    align-items: center;
    text-align: center;
}
.section-title>.sh-subtitle{
    color: var(--orange-200);
    font-size: 20px;
    margin-bottom: 8px;
}
.section-title>.sh-title{
    margin-bottom: 15px;
}
.section-title>.sh-desc{
    color: var(--black-200);
}

.section-title.sh-limited>.sh-title{
    max-width: 50%;
}
.section-title.sh-limited>.sh-desc{
    max-width: 65%;
}
/*----- Buttons -----*/
.sh-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
    gap: 11px;
    border-radius: var(--bs-border-radius-sm);
    padding: 9px 27px;
}
.sh-btn-primary{
    background-color: var(--orange-200);
    color: white !important;
}
.sh-btn-primary:hover{
    background-color: black;
}
.sh-btn-secondary{
    background-color: black;
    color: white;
}
.sh-btn-secondary:hover{
    color: var(--orange-200);
}
.sh-btn-white-border{
    border-radius: var(--bs-border-radius-pill);
    color: white;
    padding: 24px 40px;
    border: 2px rgba(255,255,255, .5) solid;
}
.sh-btn-white-border:hover{
    color: white;
    border-color: rgba(255,255,255, 1);
    gap: 12px;
}
.sh-btn-icony{
    color: black !important;
    gap: 15px;
}
.sh-btn-icony>.icon{
    border-radius: 50%;
    background-color: white;
    color: var(--orange-200);
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    transition: all .3s ease-in;
}
.sh-btn-icony:hover>.icon{
    background-color: var(--orange-200);
    color: white;
}
.download-btn{
    width: 100%;
}
/*----- Text colors -----*/
.sh-color-orange-200{
    --bs-text-opacity: 1;
    --bs-link-hover-color-rgb: var(--orange-200-rgb);
    color: rgba(var(--orange-200-rgb), var(--bs-text-opacity));
}
.sh-color-orange-400{
    --bs-text-opacity: 1;
    --bs-link-hover-color-rgb: var(--orange-400-rgb);
    color: rgba(var(--orange-400-rgb), var(--bs-text-opacity));
}
.sh-color-black-200{
    --bs-text-opacity: 1;
    --bs-link-hover-color-rgb: var(--black-200-rgb);
    color: rgba(var(--black-200-rgb), var(--bs-text-opacity));
}
.sh-color-black-400{
    --bs-text-opacity: 1;
    --bs-link-hover-color-rgb: var(--black-400-rgb);
    color: rgba(var(--black-400-rgb), var(--bs-text-opacity));
}
.sh-color-black{
    --bs-text-opacity: 1;
    --bs-link-hover-color-rgb: var(--orange-200-rgb);
    color: rgba(0,0,0, var(--bs-text-opacity));
}
/*----- Background colors -----*/
.sh-bg-orange-10{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--orange-10-rgb), var(--bs-bg-opacity));
}
.sh-bg-orange-200{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--orange-200-rgb), var(--bs-bg-opacity));
}
.sh-bg-orange-400{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--orange-400-rgb), var(--bs-bg-opacity));
}
.sh-bg-gray-200{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--gray-200-rgb), var(--bs-bg-opacity));
}
/*----- Borders colors -----*/
.sh-border-orange-200 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--orange-200-rgb), var(--bs-border-opacity)) !important;
}
/*----- Shadow -----*/
.transfer-icon {
    transform: translateY(3px);
}
.orange-shadow{
    box-shadow: 1px 1px 1px,rgba(var(--orange-200-rgb), .3);
}
#sp-footer,
#sp-footer a{
    color: var(--gray-100);
}
#sh-footer{
    border-width: 1px 0 1px 0;
    border-color: rgba(var(--black-200-rgb), .2);
    border-style: solid;
    padding-top: 60px;
    padding-bottom: 50px;
}
#sp-footer{
    background-image: url("../images/general/footer-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#sp-footer .container-inner {
    padding: 20px 0;
    border: none;
}
#sp-footer .row{
    --bs-gutter-x: 3rem;
}
#footerContactMenu ul{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
}
#footerContactMenu ul>li:nth-child(2){
    padding: 0 13px;
    border-width: 0 1px 0 1px;
    border-color: rgba(var(--black-200-rgb), .2);
    border-style: solid;
}
/*----- Copyright -----*/
#sh-copyright{
    font-size: 13px;
    padding-top: 20px;
}
#sh-copyright a{
    color: var(--orange-200);
}
@media (max-width: 991px) {
    .section-title.sh-limited>.sh-title {
        max-width: 80%;
    }
    .section-title.sh-limited>.sh-desc {
        max-width: 90%;
    }
}
@media (max-width: 767px) {
    .section-title.sh-limited>.sh-title,
    .section-title.sh-limited>.sh-desc{
        max-width: 100%;
    }
    #sh-footer{
        padding-top: 20px;
    }
    #footerContactMenu ul{
        justify-content: center;
    }
    #sh-copyright{
        text-align: center;
    }
}
@media (max-width: 575px) {
    #sp-header:not(.header-sticky) {
        padding-top: 0;
    }
    #sp-header .container-inner>.row{
        --bs-gutter-x: 0.25rem;
    }
    .logo-image-phone{
        height: 40px !important;
    }
}
@media (max-width: 450px) {
    #footerContactMenu ul{
        gap: 10px;
    }
    #footerContactMenu ul>li:nth-child(2){
        padding-left: 8px;
        padding-right: 8px;
    }
}
.animate-transform {
    animation: transform 4s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}
.icon-flasher{
    animation: pulseOpacity 1s infinite;
}
.ripple{
    animation: ripple 1s linear infinite;
}
@-webkit-keyframes pulseOpacity{
    0%{opacity:0.90}
    50%{opacity:0.4}
    100%{opacity:0.90}
}
@keyframes pulseOpacity
{0%{opacity:0.90}
    50%{opacity:0.4}
    100%{opacity:0.90}
}
@keyframes transform {
    0% {transform: translateY(0)}
    50% {transform: translateY(20px)}
    100% {transform: translateY(0)}
}
@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}