@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 100;
    src: local('Product Sans'), url(../fonts/vazir-font/Vazir-Thin.woff) format('woff')
}

* {
    font-family: vazir;
    font-weight: lighter;
}

b, strong {
    font-weight: bold !important;
}

.image {
    max-height: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2rem;
}
.image img {
    user-select: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #F58A03;
    --bs-btn-border-color: #F58A03;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d37603;
    --bs-btn-hover-border-color: #d37603;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d37603;
    --bs-btn-active-border-color: #F58A03;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #F58A03;
    --bs-btn-disabled-border-color: #F58A03;
}

.btn-outline-primary {
    --bs-btn-color: #F58A03;
    --bs-btn-border-color: #F58A03;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #F58A03;
    --bs-btn-hover-border-color: #F58A03;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #F58A03;
    --bs-btn-active-border-color: #F58A03;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #F58A03;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F58A03;
    --bs-gradient: none;
}

.features-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.features {
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding-left: 100px;
}

.toptitle {
    background-color: rgba(230,233,237,0.5);
    border-radius: 20px;
    padding: 2px 10px;
}

.toptitle .spinner-grow {
    width: 10px;
    height: 10px;
    margin-bottom: 2px;
}

.subtitle {
    font-size: 28px;
    font-weight: bold;
    position: relative;
}

.display-flex {
    display: flex;
}


.card {
    border-radius: 30px;
}

.card:hover {
    box-shadow: 4px 4px 22px rgba(0,0,0,0.06);
    cursor: pointer;
}

.my-h1 {
    width: 0;
    height: 0;
    visibility: hidden;
}

@media only screen and (max-width: 768px) {
    .display-flex {
        display: block;
    }
    .features {
        padding-left: 0;
        margin-bottom: 60px;
    }
}
