/**
** Fonts
**/
/*@font-face {*/
/*    font-family: 'NikaWeb';*/

/*    src:  url('../../../dist/nikafont/Nika-Regular.woff2') format('woff2'),*/
/*      url('../../../dist/nikafont/Nika-Regular.woff') format('woff'),*/
/*    url('../../../dist/nikafont/Nika-Regular.otf') format('opentype') ,*/
/*    url('../../../dist/nikafont/Nika-Regular.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'LalezarWeb';
    src:  url('../../../dist/lalezar/Lalezar-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Vazirmatn FD;
    src: url('../../../dist/vazirmatn/Vazirmatn-FD-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../../../dist/vazirmatn/Vazirmatn-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../../../dist/vazirmatn/Vazirmatn-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../../../dist/vazirmatn/Vazirmatn-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../../../dist/vazirmatn/Vazirmatn-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../../../dist/vazirmatn/Vazirmatn-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../../../dist/vazirmatn/Vazirmatn-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../../../dist/vazirmatn/Vazirmatn-FD-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn FD;
    src: url('../../../dist/vazirmatn/Vazirmatn-FD-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: Vazirmatn FD;
}
.font-head{
    font-family: 'LalezarWeb';
}
.font-en{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.text-xs{
    font-size: .7em;
}
.text-sm{
    font-size: .85em;
}
.text-base{
    font-size: 1em;
}
.text-lg{
    font-size: 1.1em;
}
.text-xl{
    font-size: 1.3em;
}
@media (max-width: 1024px){
    .text-xl{
        font-size: 1.2em;
    }
}
.text-2xl{
    font-size: 1.5em;
}
@media (max-width: 1024px){
    .text-2xl{
        font-size: 1.35em;
    }
}
.text-3xl{
    font-size: 1.75em;
}
@media (max-width: 1024px){
    .text-3xl{
        font-size: 1.5em;
    }
}
.text-4xl{
    font-size: 2.5em;
}
@media (max-width: 1024px){
    .text-4xl{
        font-size: 2em;
    }
}
.text-5xl{
    font-size: 3em;
}
@media (max-width: 1024px){
    .text-5xl{
        font-size: 2.3em;
    }
}
.text-lgst{
    font-size: 5em;
}

/**
** Config
**/
html,
body{
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
body{
    direction: rtl;
    font-size: 16px;
}
@media (max-width: 1024px){
    body{
        font-size: 14px;
    }
}
.container{
    width: 1480px;
    margin: 0 auto;
}
@media (max-width: 1480px){
    .container{
        width: 95%;
    }
}
.container-sm{
    width: 1280px;
    margin: 0 auto;
}
@media (max-width: 1280px){
    .container-sm{
        width: 95%;
    }
}
.container-xs{
    width: 980px;
    margin: 0 auto;
}
@media (max-width: 1280px){
    .container-xs{
        width: 95%;
    }
}
@media (max-width: 1024px){
    .md-wide{
        width: 100% !important;
    }
}
a,
a:hover{
    text-decoration: none;
}
a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
img{
    max-width: 100%;
}

/**
** Utilities
**/
.border{
    border: 1px solid #eee;
}
.mr{
    margin-right: 10px;
}
.ml{
    margin-left: 10px;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.ltr{
    direction: ltr;
}
.p-2{
    padding: 5px;
}
.min-h-screen{
    min-height: 100vh;
}
.min-h-75{
    min-height: 75vh;
}
.leading-0{
    line-height: 0;
}

/**
** Colors
**/
.bg-body,
body{
    background-color: #FFFDFD;
}
.bg-white{
    background-color: #FFFFFF;
}
.text-white{
    color: #FFFFFF;
}

.bg-primary-50{
    background-color: #F5F9F9;
}
.text-primary-50{
    color: #F5F9F9;
}

.bg-primary-100{
    background-color: #EFF5F5;
}
.text-primary-100{
    color: #EFF5F5;
}

.bg-primary-150{
    background-color: #E9F3F4;
}
.text-primary-150{
    color: #E9F3F4;
}
.bg-primary-175{
    background-color: #C0CCD0;
}
.text-primary-175{
    color: #C0CCD0;
}
.bg-primary-200{
    background-color: #829AA5;
}
.text-primary-200{
    color: #829AA5;
}
.bg-primary-400{
    background-color: #3F99A8;
}
.text-primary-400{
    color: #3F99A8;
}
.bg-primary,
.bg-primary-500{
    background-color: #2A8E9E;
}
a,
.text-primary,
.text-primary-500,
.hover-text-primary:hover{
    color: #2A8E9E;
}
.border-primary,
.border-primary-500,
.hover-border-primary:hover{
    border-color: #2A8E9E;
}



.bg-secondary-300{
    background-color: #174354;
}
.text-secondary-300{
    color: #174354;
}
.bg-secondary-350{
    background-color: #1B4054;
}
.text-secondary-350{
    color: #1B4054;
}
.bg-secondary-400{
    background-color: #0C3A4E;
}
.text-secondary-400{
    color: #0C3A4E;
}
.bg-secondary,
.bg-secondary-500{
    background-color: #023247;
}
.text-secondary,
.text-secondary-500{
    color: #023247;
}

.bg-gray,
.bg-gray-500{
    background-color: #EBEFF1;
}
.text-gray,
.text-gray-500{
    color: #EBEFF1;
}
.bg-gray-550{
    background-color: #CFD6DF;
}
.text-gray-550{
    color: #CFD6DF;
}
.bg-gray-600{
    background-color: #97A1AF;
}
.text-gray-600{
    color: #97A1AF;
}
.bg-gray-700{
    background-color: #778396;
}
.text-gray-700{
    color: #778396;
}
.bg-gray-800{
    background-color: #67768B;
}
.text-gray-800{
    color: #67768B;
}

.bg-dark,
.bg-dark-500{
    background-color: #000A21;
}
body,
.text-dark,
.text-dark-500{
    color: #000A21;
}

/**
** Layout
**/
.main-nav{
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
}
.main-nav-sticky{
    background-color: #ffff;
    -webkit-box-shadow: 0 7px 12px 0 rgba(162, 164, 165, .10);
    box-shadow: 0 7px 12px 0 rgba(162, 164, 165, .10);
    z-index: 109;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main-nav-box{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-nav .logo{
    width: 200px;
}
.main-nav .logo a{
    display: flex;
    justify-content: start;
    align-items: center;
}
.main-nav .logo a svg{
    margin-left: 10px;
}
.main-nav .logo a b{
    font-size: 1.5em;
}
.main-nav .contact{
    display: flex;
}
.main-nav .contact a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 15px;
    border-radius: 11px;
}
.main-nav .contact a b{
    margin-left: 10px;
    line-height: 0;
}
.main-nav .menu{
    flex: 1;
    display: flex;
    justify-content: start;
    align-items: center;
}
@media (max-width: 1024px){
    .main-nav .menu {
        display: none;
    }
}
.main-nav .menu a{
    font-size: 1.1em;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-nav .menu a svg{
    margin-left: 5px;
}
.main-nav .menu a:last-of-type{
    margin-left: 0;
}
.main-footer{
    padding: 30px 0;
    text-align: center;
}

/**
** Home
**/
.home-header{
    padding-top: 70px;
    padding-bottom: 200px;
}
.home-header-box{
    /* height: 60vh; */
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-header-box .content{
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.home-header-box .content h1{
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}
.home-header-box .content span{
    font-weight: 900;
    /*letter-spacing: 1px;*/
}
.home-header-box .content .en{
    line-height: 1.6;
    direction: ltr;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}
.home-header-box .social{
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.home-header-box .social a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 15px;
    border-radius: 11px;
}
.home-header-box .social a b{
    margin-left: 10px;
    line-height: 0;
}
.home-services{
    -webkit-box-shadow: 0 7px 40px 0 rgba(162, 164, 165, .20);
    box-shadow: 0 7px 40px 0 rgba(162, 164, 165, .20);
    border: 1px solid #f8f8f8;
    margin-top: -200px;
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 50px 0;
    min-height: 600px;
}
@media (max-width: 1024px){
    .home-services {
        box-shadow: none;
    }
}
.home-services-head{
    display: block;
    text-align: right;
    margin-bottom: 50px;
    max-width: 50%;
}
@media (max-width: 1480px){
    .home-services-head {
        padding: 0 50px;
        max-width: 100%;
    }
}
@media (max-width: 1024px){
    .home-services-head {
        text-align: center;
        max-width: 100%;
    }
}
.home-services-pretitle{
    margin: 0;
}
.home-services-title{
    margin: 0 !important;
    padding: 0 !important;
}
.home-services-box{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
@media (max-width: 1480px){
    .home-services-box {
        padding: 0 50px;
    }
}
.home-services-item{
    width: 32%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 2%;
}
.home-services-item:nth-of-type(3n){
    margin-left: 0;
}
@media (max-width: 1024px){
    .home-services-item,
    .home-services-item:nth-of-type(3n){
        width: 100%;
        margin-left: 0;
    }

}
.home-services-item:hover{
    -webkit-box-shadow: 0 3px 16px 0 rgba(171, 176, 177, 0.1);
    box-shadow: 0 3px 16px 0 rgba(171, 176, 177, 0.1);
}
.home-services-item svg{
    max-width: 70px;
    height: 50px;
    margin-bottom: 10px;
    display: none;
}
.home-services-item b{
    margin-bottom: 5px;
}
.home-skills{
    padding: 100px 0;
}
.home-skills-head{
    display: block;
    text-align: right;
    margin-bottom: 50px;
    max-width: 50%;
}
@media (max-width: 1024px){
    .home-skills-head {
        max-width: 100%;
        text-align: center;
    }
}
.home-skills-pretitle{
    margin: 0;
}
.home-skills-title{
    margin: 0 !important;
    padding: 0 !important;
}
.home-skills-box{
    display: flex;
    justify-content: space-between;
    direction: ltr;
    flex-wrap: wrap;
}
.home-skills-col{
    width: 49%;
    border-radius: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 30px;
}
.home-skills-col:nth-of-type(1),
.home-skills-col:nth-of-type(2),
.home-skills-col:nth-of-type(3){
    width: 32%;
    margin-bottom: 2%;
}
@media (max-width: 1024px){
    .home-skills-col,
    .home-skills-col:nth-of-type(1),
    .home-skills-col:nth-of-type(2),
    .home-skills-col:nth-of-type(3){
        width: 100%;
        margin-bottom: 2%;
    }
}
.home-skills-col b{
    display: block;
    position: relative;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
@media (max-width: 1024px){
    .home-skills-col b{
        text-align: center;
    }
}
.home-skills-col b::before{
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: rgb(12,58,78);
    background: linear-gradient(180deg, rgba(12,58,78,0) 0%, rgba(12,58,78,1) 100%);
}
.home-skills-col:hover{
    -webkit-box-shadow: 0 0 60px 0 rgba(6, 26, 29, 0.2);
    box-shadow: 0 0 60px 0 rgba(6, 26, 29, 0.2);
}
.home-skills-col ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-skills-col ul li{
    width: 49%;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}
@media (max-width: 1024px){
    .home-skills-col ul li{
        justify-content: center;
    }
}
.home-skills-col ul li:last-of-type{
    margin-bottom: 0;
}
.home-why{
    padding: 50px 0 100px 0;
}
.home-why-head{
    display: block;
    text-align: right;
    margin-bottom: 50px !important;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1024px){
    .home-why-head{
        max-width: 100%;
        text-align: center;
    }
}

.home-why-pretitle{
    margin: 0;
}
.home-why-title{
    margin: 0 !important;
    padding: 0 !important;
}
.home-why-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-why-col{
    width: 49%;
    border-radius: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 2%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
@media (max-width: 1024px){
    .home-why-col {
        width: 100%;
    }
}
.home-why-col strong{
    /*text-align: center;*/
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.home-why-col div{
    /*text-align: right;*/
    width: 100%;
}
.home-portfolio{
    padding: 50px 0 100px 0;
    background-color: #EFF5F5;
}
.home-portfolio-head{
    display: block;
    text-align: right;
    margin-bottom: 50px !important;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1024px){
    .home-portfolio-head{
        max-width: 100%;
        text-align: center;
    }
}

.home-portfolio-pretitle{
    margin: 0;
}
.home-portfolio-title{
    margin: 0 !important;
    padding: 0 !important;
}
.home-portfolio-box{
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
.home-portfolio-item{
    width: 32%;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
@media (max-width: 1024px) {
    .home-portfolio-item {
        width: 100%;
    }
}
.home-portfolio-item img{
    border-radius: 12px;
}

/**
** Page
**/
.page-header{
    padding-top: 70px;
    padding-bottom: 10px;
}
.page-header-box{
    /* height: 60vh; */
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-body{
    padding: 20px 0;
}
