/* Bnazanin Custom Font by fontchi.com */
@font-face {
    font-family: 'VZAIRMATN';
    src: url('../fonts/Vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VZAIRMATN';
    src: url('../fonts/Vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

/*---------------------------------- End of fonts ---------------------------------- */
:root {
    --blue-1: #0A6CFF;
    --blue-2: #0E3C83;
    --light-1: #F4F7FE;
    --gray-1: #EFF0F4;
    --gray-2: #B3B4B8;
    --gray-3: #2C2C2C;
    --dark-1: #0C0A0A;
    --dark-2: #111216;
}

body {
    font-family: 'VZAIRMATN', sans-serif !important;
    background-color: var(--dark-2);
}

* {
    direction: rtl;
    text-align: right;
}

.ltr, .ltr * {
    direction: ltr;
    text-align: left;
}
.rtl, .rtl * {
    direction: rtl;
    text-align: right;
}
.text-justify-important {
    text-align: justify !important;
}
.text-center {
    text-align: center !important;
}
@media (max-width:768px) {
    .mob-text-center {
        text-align: center !important;
    }
}

a {
    text-decoration: none !important;
}

.footer-social {
    background-color: #515C64;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:768px) {
    .footer-social {
        width: 28px;
        height: 28px;
    }
}
.menu-caption:before {
    display: block;
    width: 5px;
    height: 20px;
    border-radius: 1.5px 0 0 1.5px;
    background-color: var(--blue-1);
}
li:has(.active-nav-menu) {
    font-weight: bold;
}
li:has(.active-nav-menu)::before {
    content: " ";
    display: block;
    width: 5px;
    height: 20px;
    background-color: #0A6CFF;
    position: absolute;
    top: 8px;
    right: -8px;
    border-radius: 1.5px 0 0 1.5px;
}

.dp-btn-primary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--blue-1);
    transition: all 0.3s;
}
.dp-btn-primary:hover {
    background-color: var(--blue-2);
    transition: all 0.3s;
}

.top-nav>a {
    transition: all 0.3s;
}

.top-nav>a:hover {
    transition: all 0.3s;
    color: var(--gray-2);
}
.text-alpha1 {
    color: rgba(179, 179, 179, 0.65);
}

.text-alpha2 {
    color: rgba(242, 242, 242, 0.65);
}
