@font-face {
    font-family: iran;
    src: url(' font/IRANSans.woff2 ') format(' woff2 ');
}
::after,::before{
         font: var(--fa-font-solid);
}
/*  nav bar   */
.img-navbar {
    width: 110px;
    height: 80px;
    margin-left: 50px;
}

.collapse {
    direction: rtl;
}

.bg-light {
background-color: #ffffffa8!important;
    padding-bottom: 0px;
    position: absolute;
    z-index: 10;
    width: 90%;
    border-radius: 10px;
    margin-left: 5%;
    margin-top: 2%;

}

.nav-link {
    color: #212121 !important;
    margin-left: 15px;
    padding: 10px;
    
    
   
  background-image: linear-gradient(
    to right,
    #000,
    #000 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;

}
.nav-link::before{
 content: '';
  background:#000;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
.nav-link:hover {
 background-position: 0;
}

.nav-link:hover::before{
  width: 100%;
}

.nav-item {
    font-weight: 500;
}

.nav-item > a {
    font-family: iran;
    font-weight: 700;
    font-size: 20px;
}


/*  nav bar   */
/** slider  */
.d-md-block{
    top: 50%;
}
.title-slider {
    font-family: iran;
    font-size: 30px;
    font-weight: 900;
}
.title-slider::after{
    content: '  ';
    display: block;
}
.text-slider {
    font-family: iran;
    font-size:18px;
}

/** slider  */
/** about me */

.col-about-me {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-right: 30px;
    direction: rtl;
    display: flex;
}

.col-text-about-me {

}

.title-aboutme {
    font-family: iran;
    color: #1D94F3;
    border-right: 6px solid #1D94F3;
    padding: 5px;
    font-weight: 900;
    font-size: 25px;
    z-index: 9;
    position: relative;
}
.title-aboutme::after{
/*    content:  ' \2591';*/
    content:'';
     font: var(--fa-font-solid);
    color: #E5E5E5;
    position: relative;
    left: 22px;
    font-size: 30px;
    z-index: -9;
}
}

.text-about-me {
    font-family: iran;
    text-align: justify;
    font-size: 18px;
        padding-left: 10px;
    margin-top: 20px;
}

.col-img-aboutme {}

.img-aboutme {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

/** service **/
.col-service {
    background-color: #F5F5F5;
    padding: 20px;
    position: relative;
        z-index: 5;
     
}

.top-circle{
 clip-path: circle(50% at 75% 25%);
    background-color: #B3E5FC;
    position: absolute;
    z-index: -9;
    top: 1px;
    right: 0px;
    width: 300px;
    height: 170px;
}
.col-service .container{
/*    overflow: auto;*/
    display: block;
}

.titr-service {
    text-align: center;
    font-family: iran;
    color: #1D94F3;
    font-size: 25px;
    font-weight: 700;
    padding: 10px;
    z-index: 5;
}
.grid{
    
    position: relative;
    right: 20px;
    bottom: 10px;
    color:rgb(229, 229, 229);
    z-index: -5;
}
.titr-service::after{
        content: '\2015 ';
    display:block;
}
.p-service {
    font-family: iran;
    font-size: 18px;
    text-align: center;
}

.col-cards {
    /*    position: absolute;*/
    
    border-radius: 5px !important;
    display: inline-flex;
    margin-top: 15px;
}

.card-img-top {
    padding: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
  
}


.card{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;

}
.card-style {
    position: relative;
  margin-right: 10px;
    padding-top:31%;
}

.col-hover-card{
            background-color: #2196F3;
    text-align: justify;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 100%;
    height:100%;
    border-radius: 5px;
 display: none;
}


.slide-fwd-center {
-webkit-animation: rotate-center 1s ease-in-out both;
	        animation: rotate-center 1s ease-in-out both;

}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.titr-card {
    color: #fff;
    font-family: iran;
    text-align: center;


}

.titr-card > h6 {
    font-weight: 600;
    font-size: 25px;
    margin-top: 15px;
}
.title-card::after{
    content: '\2015 ';
    display:block;
}
.p-card-hover {
    font-family: iran;
    font-size:22px;
    text-align: justify;
    color: #fff;
    direction: rtl;
    padding: 18px;

}

.card-style:hover .col-hover-card {
    display: inline-block;
    transition: 1s;
}

.bottom-circle{
clip-path: circle(40% at 25% 65%);
    background-color: #B3E5FC;
    position: absolute;
    z-index: -9;
    bottom: 1px;
    left: 0px;
    width: 300px;
    height: 170px;
}
/** col-future **/
.col-future {
    margin-top: 45px;
    direction: rtl;
    display: flex;
    align-items: center;
    padding: 35px;
}

.titr-future {
    font-size: 28px;
    font-family: iran;
    color: #1D94F3;
    border-right: 5px solid #1D94F3;
    padding: 5px;
}

.col-future-p {
    text-align: justify;
    padding: 15px 0px;
    direction: rtl;
        font-family: iran;
    font-size: 18px;
}

.link-future-p {
    display: inline-block;
    margin-top: 20px;


}

.link-future {
    background-color: #348738;
    border:2px solid #348738;
    text-decoration: none;
    color: #fff;
    font-family: iran;
    font-size: 20px;
    padding: 15px;
    border-radius: 8px;
}
.link-future:hover{
    background-color: #fff;
    color:#348738;
    transition:1.1s;
}
.icon-app {
    padding-right: 5px;
}

/** Development **/
.col-Development {
    margin-top: 45px;
    direction: ltr;
    display: flex;
    align-items: center;
    padding: 35px;
}

.col-Development-p {
    text-align: justify;
    padding: 15px 0px ;
    direction: rtl;
    font: 18px iran;
}

.titr-Development {
    font-size: 28px;
    font-family: iran;
    color: #1D94F3;
    border-right: 5px solid #1D94F3;
    padding: 5px;
}

/** Support **/
.col-Support {
    margin-top: 45px;
    direction: rtl;
    display: flex;
    align-items: center;
    padding: 35px;
}

.col-Support-p {
    text-align: justify;
    padding: 40px;
    direction: rtl;
}

.titr-Support {
    font-size: 28px;
    font-family: iran;
    color: #1D94F3;
    border-right: 5px solid #1D94F3;
    padding: 5px;
}
.col-Support-pra{
        text-align: justify;
    padding: 15px 0px;
    direction: rtl;
    font: 18px iran;
}
/** my team **/
.col-my-team{
    background-color: #F5F5F5 ;
    margin-top: 50px;
        margin-bottom: 50px;
    padding: 15px;
}
.cont{
    overflow: hidden;
    display: block;
    margin: 20px;
}
.col-text-my-team{
    text-align: center;
    
}
.title-my-team{
    color:  #1D94F3;
    font-family: iran;
    font-size: 25px;
      text-decoration: underline;
    display: block;
}
.p-my-team{
    font-family: iran;
    font-size: 20px;
    text-align: center;
}
.card-my-team{
    display: flex;
}
.hover-card-my-team{
    position: relative;
    width: 20px;
    background-color: #1D94F3;
    display: none;
}
.col-card-my-team{
background-color: #fff;
    padding: 20px;
    border-radius: 10px;
        width: 32%;
    margin: 10px;
    
}
.col-card-my-team:hover{
    background-color:  #1D94F3;
    color: #fff;
    transition: 1.1s;
    
}
.col-card-my-team:hover .img-my-team{
      border: 2px solid #fff;
}
.img-my-team{
    width: 30%;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 2px solid #1D94F3;
    margin-bottom: 10px;
    }
.name-my-team{
    text-align: center;
    font-family: iran;
    font-size: 25px;
    padding: 10px;
    color: ;
}
.p-card-my-team{
    text-align: center;
    font-family: iran;
    font-size: 20px;
        padding: 10px;
}
.ul-my-team{
    text-align: center;
    margin-top: 25px;
}
.ul-my-team>li{
    list-style: none;
    display: inline-block;
      padding: 5px;
    
}
.ul-my-team>li>a{
color: #fff;
    background-color:#1D94F3 ;
    padding: 10px;
    width: 10%;
    border-radius: 100%;
  border: 2px solid #1D94F3;
}
.ul-my-team>li>a:hover{
    background-color:#fff;
    transition: 1.1s;
    color: #1D94F3;
}
/** footer **/
.col-footer {
    background-color: #0B3042;
    direction: rtl;
    padding: 35px;
    display: flex;
}

.co-logo-massenger {
    padding: 15px;
}

.logo-footer {
    width: 100px;
    height: 70px;
}

.text-footer {
    color: #fff;
    font-family: iran;
    font-size: 18px;
    direction: rtl;

}

.text-follow {
    font-family: iran;
    font-size: 21px;
    color: #fff;
}

.link-social-footer > li {
    list-style: none;
    display: inline-block;
    padding: 5px;
    width:40px;
    text-align: center;
}

.link-social-footer > li > a {
    color: #fff;
}
.link-social-footer > li > a:hover {
    color: #fff;
    background-color: #2196F3;
    padding: 5px;
    border-radius: 7px;
  transition: 1.1s;

}
.col-news {
    padding: 15px;
}

.titr-news {
    text-align: right;
    direction: rtl;
    font-family: iran;
    color: #fff;
    font-size: 25px;
    margin-top: revert;
}

.email-input {
    background: #0B3042;
    border: 2px solid #fff;
    width: 270px;
    height: 40px;
    border-radius: 7px;
    color: #fff;
    font-family: iran;
    font-size: 14px;

}

.email-input:click {
    border: none;
}
.email-input:hover{
    border:2px solid #2196F3;
    transition: 1.1s;
}
email-input[PlaceHolder]{
     font-family: iran;
    color: #fff;
}
.button {
    display: block;
    margin-top: 15px;
    font-family: iran;
    font-size: 15px;
    font-weight:600;
    padding: 8px;
    color: #fff;
    background-color: #2196F3;
    border:2px solid  #2196F3;
    border-radius: 7px;
    width: 130px;
}
.button:hover{
    background-color:#0B3042;
    color: #2196F3 ;
    transition: 1.1s;
}
.p-news {
    text-align: right;
    direction: rtl;
    font-family: iran;
    color: #fff;
    font-size: 20px;
    text-align: justify;
}

.copright {
    background-color: #022231;
    height: 70px;
    text-align: center;
}

.copright >.link-copyright {
    color: #fff;
    text-decoration: none;
    font-family: iran;
    font-size: 20px;
    margin-top: 25px;
    display: inline-block;
}
