@font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir.ttf") format("truetype");
}

body{
    font-family: "Vazir" !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p{
    line-height: 1.8 !important;
}

.text-lprimary{color: #2db6fa;}
.bg-lprimary{background-color: #2db6fa;}
.text-lsuccess{color: #08da4e;}
.bg-lsuccess{background-color: #08da4e;}
.text-lwarning{color: #f68c09;}
.bg-lwarning{background-color: #f68c09;}


/* icons */
.icon{
    font-size: 25px !important;
    color: #245ef0;
    text-align: center;
}
.iconKey{
    text-align: center;
}
.iconCode{
    text-align: center;
}


/* intro */
.intro{
    width: 100%;
    height: 100vh;
    background: url("../Images/intro/intro-bg.png") top center no-repeat;
    background-size: cover;
}

/* counts */
.counts i{
    font-size: 40px;
    margin-left: 40px !important;
}

/* features */
.features i{
    font-size: 40px;
    /* margin-left: 40px !important; */
}

/* services */
.serv-card div div{
    background-color: #FEFEFE;
    border-bottom:5px solid;
    border-radius:10px;
    box-shadow:0px 0px 8px 0.1px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}

.serv-card-lp:hover{
    background-color:#2db6fa !important;
    transform: scale(1.07);
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.6);
}
.serv-card-lp:hover i{
    color:#2db6fa !important;
}

.serv-card-lw:hover{
    background-color:#f68c09 !important;
    transform: scale(1.07);
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.6);
}
.serv-card-lw:hover i{
    color:#f68c09 !important;
}

.serv-card-ls:hover{
    background-color:#08da4e !important;
    transform: scale(1.07);
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.6);
}
.serv-card-ls:hover i{
    color:#08da4e !important;
}

.serv-card:hover i{
    background-color:white !important;
}

/* pricing */
.pricing .card{
    transition: all 0.5s;
}
.pricing li{
    margin: 1rem 0rem 0rem 0rem;
}
.pricing .card:hover{
    transform: scale(1.1);
}

/* Contact */
.contact-bg{
    background-color:#fafafa;
    border-radius:8px;
}

/* Footer */
.footer li i{
    color: #0dcaf0;
    margin-top: 1rem;
}
.footer hr{
    border-bottom:3px solid #0dcaf0;
    margin:0px;
    margin-bottom:10px;
}

