body,
.alt-font {
    font-family: 'Vazir', sans-serif;
}

.navbar .navbar-nav .nav-link {
        font-size: 16px;
    font-weight: 600;
}

header .left-nav .navbar-nav::before {
display: none;
}

.btn-submit {
    border: 1px solid white;
    border-radius: 6px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: ease all 0.3s;
    color: white;
}

.btn-submit:hover {
    background-color: white;
    color: black;
}

.btn-submit .icon {
    margin: 0;
    padding: 0;
}

.btn-submit .bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
    line-height: unset;
}

.bi-80 {
    font-size: 80px;
    margin-bottom: 16px;
    color: #06af47;
}

.text-right {
    text-align: right;
}