@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/woff/YekanBakhFaNum-thin.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-thin.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff/YekanBakhFaNum-Light.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/woff/YekanBakhFaNum-ExtraBold.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/woff/YekanBakhFaNum-Black.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-Black.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/woff/YekanBakhFaNum-ExtraBlack.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
}
body{
    font-family: Yekan Bakh FaNum;
}

#chatSidebar ul{
    text-align: right;
}

#chatSidebar ul li a{
    border: 1px solid #a1a1a1;
    padding: 10px;
    margin-bottom: 32px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    color: #000;
}
#chatSidebar ul li a i{
    font-size: 30px;
    margin-left: 16px;
}
#chatSidebar .bi.bi-telegram {
    color: #08c;
}
#chatSidebar .bi.bi-whatsapp {
    color: #25d366;
}
#chatSidebar .bi.bi-instagram {
    color: #e1306c;
}
#chatSidebar .bi.bi-telephone-fill,.bi.bi-headset,.bi bi-envelope{
    color: #3B5BFF;
}
#chatSidebarButton{
    width:60px; height:60px;
}
#chatSidebarButton button{
    box-shadow: 0 0 0 8px rgba(255, 223, 59, 0.25);
    font-size: 24px;
}
.offcanvas-header {
    direction: rtl;
}
.offcanvas-header .btn-close {
    margin-right: auto;
    margin-left: 0;
}

.owl-carousel {
    position: relative;
}

/* قرار گرفتن دکمه‌ها بالای اسلایدر */
.owl-nav {
    position: absolute;
    top: -60px;
    display: flex;
    gap: 10px;
    left: 20px;
}

.owl-nav button {
    background: #fff !important;
    color: #333 !important;
    width: 40px;
    height: 40px;
    font-size: 22px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: .3s;
    border-radius: 7px !important;
}

.owl-nav button:hover {
    background: #0d6efd !important;
    color: #fff !important;
}

.owl-nav button i {
    font-size: 22px;
    margin-top: 6px;
}

.dropdown-menu a{
    color: #000 !important;
}
.navbar-nav .dropdown-menu {
    text-align: right;
}
.nav-link:focus, .nav-link:hover ,.nav-link.active{
    color: #FFDF3B !important;
}
.dropdown-menu[data-bs-popper] {
    right: 0;
    width: 220px;
}
.nav-link.show{
    color: #fff !important;
}
header {
    background: #3B5BFF;
}
header ul.navbar-nav li a,header ul.navbar-nav {
    color: #fff;
}
header a.call-to-daryan{
    color: #fff;
    text-decoration: none;
    background: #607aff;
    padding: 10px;
    border-radius: 5px;
    width: 151px;
    justify-content: center;
    font-size: 12px;
}
header a.call-to-daryan i {
    background: #fff;
    color: #fc9a66;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}

h1.section-slug,h2.section-slug{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    justify-content: right;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
h1.section-slug::after,h2.section-slug::after{
    content: "";
    display: inline-block;
    background: url("../images/slug.svg") no-repeat center center;
    width: 33px;
    height: 17px;
    margin-left: 5px;
    position: relative;
    top: 5px;
    vertical-align: middle;
    transform: translateY(-7px);
}
h1.section-slug::before,h2.section-slug::before{
    content: "";
    flex-grow: 1;
    border-bottom: 1px dashed #D9D9D9;
    margin-right: 10px;

}
footer {
    background: #3B5BFF;
    padding: 90px 0 10px 0;
    position: relative;
}

footer img.footer-svg{
    position: absolute;
    top: 0;
    left: 100px;
}
footer img.scroll-top-svg{
    left: 176px;
    top: -7px;
    position: absolute;
}
footer span.title{
    font-size: 20px;
    color: #fff;
    margin-bottom: 24px;
    display: block;
}
footer p.about-us{
    color: #fff;
    text-align: justify;
    line-height: 32px;
    direction: rtl;
    padding: 16px;
    border-radius: 10px;
    background: #334CC7;
    font-size: 15px;
}
footer ul.footer-list{
    padding: 16px;
    line-height: 32px;
    list-style: none;
    background: #334CC7;
    border-radius: 10px;
}
footer ul.footer-list a{
    color: #fff;
    text-decoration: none;
}
footer ul.social-media{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: left;
}
footer ul.social-media li{
    margin-right: 16px;
}
footer ul.social-media li:first-child{
    margin-right: 0;
}
footer ul.social-media img{
width: 30px;
}
footer iframe{
    height: 276px;
    width: 100%;
    border-radius: 10px;
}
footer .footer-down{
    margin-top: 16px;
}
footer p.copyright,footer p.copyright a{
    color: #fff;
    text-decoration: none;
}
footer .licenses img{
    background: #fff;
    padding: 10px 0 10px;
    border-radius: 10px;
}
footer ul.contact-us {
    padding: 0;
    color: #fff;
    line-height: 32px;
    list-style: none;
}
footer ul.contact-us a{
    color: #fff;
    text-decoration: none;
    display: block;
}
footer ul.contact-us li{
    background: #334CC7;
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 16px;
    transition: 0.5ms ease;
}

footer ul.contact-us li i{
    font-size: 20px;
    margin-left: 8px;
}
/* Desktop Large */
@media (min-width: 1200px) {}

/* Small Desktop / Laptop */
@media (max-width: 1200px) and (min-width: 992px) {}
/* Tablet */
@media (max-width: 991px) and (min-width: 768px) {

}
/* Mobile */
@media (max-width: 768px) {
header.mobile-header .menu-icon{
    font-size: 30px;
    color: #fff;
}
    header.mobile-header .offcanvas-header{
        background: #3B5BFF;
        direction: ltr;
    }
    footer ul.social-media {
        justify-content: center;
    }
    .mobile-header .offcanvas-body .mobile-menu-btn{
        text-decoration: none;
        background: #FFDF3B;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        color: #3B5BFF;
    }

}