@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/font-face.css');
body {
    font-family: Vazir;
    direction: rtl;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

* {
    outline: none;
}
.space-x-normal {
    width: 95%;
    margin: 0 auto 0 auto;
}
.z-index-99 {
    z-index: 999 !important;
}
.z-index-999 {
    z-index: 99999 !important
}
.z-index--1 {
    z-index: -1 !important;
}
.text-medium {
    font-size: 18px;
}
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 34rem !important;
}
.mt-13 {
    margin-top: 3rem !important;
}

.hero-area-bg {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .8)) center / cover no-repeat, url(../image/bg-header.jpg) center / cover no-repeat;
}

.paddingSection {
    padding: 60px 0;
}


.text-shadow {
    text-shadow: 0 1px 5px #aaa !important;
}
/*afters*/
li.haveAfter {
    position: relative;
    padding-right: 1.5rem;
}

li.haveAfter::after {
    content: "";
    position: absolute;
    right: -0.99rem;
    top: 15%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #f8cc06;
    border-radius: 50%;
    transform: translateY(-50%);
}



li.haveAfterCenter {
    position: relative;
    padding-right: 1.5rem;
}

li.haveAfterCenter::after {
    content: "";
    position: absolute;
    right: -0.99rem;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #f8cc06;
    border-radius: 50%;
    transform: translateY(-50%);
}
