body{
    font-family: Vazirmatn;
    direction: rtl;
    font-size: 16px;
}

a,
a:hover{
    text-decoration: none;
}

.text-primary,
a{
    color: #0D6EFD !important;
}
.bg-primary{
    background-color: #0D6EFD !important;
}
.text-muted{
    color: #b7b8bb;
}

.text-dark,
body{
    color: #06132b;
}
.web-container{
    width: 1180px;
    margin: 0 auto;
}

.text-6xl{
    font-size: 3em
}
h1,
.text-5xl{
    font-size: 2.5em
}
h2,
.text-4xl{
    font-size: 2.25em
}
h3,
.text-3xl{
    font-size: 2em;
}
h4,
.text-2xl{
    font-size: 1.75em;
}
h5,
.text-xl{
    font-size: 1.5em;
}
h6,
.text-lg{
    font-size: 1.25em;
}
.text-base{
    font-size: 1em;
}
.text-sm{
    font-size: .9em;
}
.text-xs{
    font-size: .8em;
}

.web-nav{
    padding: 20px 0;
    font-size: 1.2em;
}
.web-nav .web-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web-home-header{
    height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.web-home-header-title{
    font-size: 3em;
    max-width: 400px;
    font-weight: bolder;
    margin-bottom: 20px;
    line-height: 1.4;
}
.web-home-header-desc{
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0;
}

.web-home-services{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0px 0 50px 0;
}
.web-home-service{
    width: 20%;
    border: 2px solid transparent;
    padding: 20px;
    border-radius: 10px;
}
.web-home-service:hover{
    border-color: #86B6FE;
}
.web-home-service-icon{
    margin-bottom: 20px;
}
.web-home-service-title{
    margin-bottom: 10px;
}

.web-copyright{
    background-color: #e3ecec;
    padding: 20px;
    text-align: center;
}

.web-home-head{
    padding: 20px 0;
}

.web-home-portfolios{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.web-home-portfolio{
    height: 300px;
    background-color: #0D6EFD;
    margin-bottom: 20px;
    width: 24%;
    border-radius: 15px;
}
.web-home-portfolio:nth-of-type(1){
    width: 49%;
    opacity: .7;
}
.web-home-portfolio:nth-of-type(2){
    opacity: .5;
}
.web-home-portfolio:nth-of-type(3){
    opacity: .3;
}