@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir-font-v16.1.0/vazir-font-v16.1.0/Vazir.ttf') format('ttf'),
        url('../fonts/vazir-font-v16.1.0/vazir-font-v16.1.0/Vazir.woff') format('woff'),
        url('../fonts/vazir-font-v16.1.0/vazir-font-v16.1.0/Vazir.woff2') format('woff2');
    font-display: swap;
}

* {
    font-family: 'vazir' !important;
}

a {
    text-decoration: none;
}
span {
    text-decoration: none;
}

.nav-fg-color {
    color: #14b8a6;
}

.nav-item-link {
    background-color: #efefef !important;
    height: 35px;
}

.nav-bg-color {
    background-color: #14b8a6;
    color: #fff !important;
}

.app-card-stars {
    color: gold;
}


.app-card {
    width: 550px;
}

.app-download-images img {
    width: 140px;
}

.how-to-use-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.how-to-use-card img {
    width: 180px;
}

.how-to-use-container > div {
    flex-wrap: wrap;
}

.how-to-use-container > div {
    gap: 12rem !important;
}

.how-to-use-card img {
    width: 150px;
}

footer {
    background-color: #000329;
}

.footer-list a {
    text-decoration: none;
    margin: 0 15px;
    font-size: small;
}

.footer-list {
    list-style: none;
}


#navbarDropdown {
    background-color: #efefef;
}

.nav-item a {
    color: #2c2c2c;
}

.dark-title {
    color: #2c2c2c;
}

.app-download-images img {
    width: 180px;
}

.btn-outline-primary {
    color: #059eda;
    outline-color: #059eda !important;
    border-color: #059eda !important;
}

.btn-outline-primary:hover {
    background-color: #059eda;
}

.title-primary {
    color: #3a1ea6;
}

.bg-purple {
   background-color: #9058f1 !important; 
}

.text-purple {
   color: #9058f1; 
}

.main-bg {
    background-color: #f7f5f6 !important;
}


.modal-input {
    border: 1px solid #aaa;
    outline: none;
}

.modal-input:hover {
    border-color: #2b2b2b;
}

.modal-input:focus {
    border-color: #9058f1;
    border-width: 2px;
}





.inputs-box-nav-bar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(243, 246, 249, 0.6);
    border-radius: 5px;
    height: 450px;
    max-height: 450px;
    overflow-y: scroll;
}


.province span {
    color: #716c80;
}
.province {
    border-bottom: 1px solid #d5d5d5;
    
}
.province:hover {
    background-color: #ebebeb;
}

.modal-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.province-text {
    color: #716c80;
}

@media (max-width: 1000px) {
    header > div {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .app-card {
        transform: scale(0.8);
    }
}


