*,*::after,*::before{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: in;
}
ul ,
li{
    list-style: none;
}
p{
    font-size: 18px;
}

body{
    direction: rtl;
      font-family:'BYekan',Sans-Serif;
  font-size:14px;
          background-color: #f1f1f1;

}
@font-face {
  font-family: demo;
    src:url(../fonts/Suls.ttf) ;  }

/* font icon*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?qkao8i');
  src:  url('../fonts/icomoon.eot?qkao8i#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qkao8i') format('truetype'),
    url('../fonts/icomoon.woff?qkao8i') format('woff'),
    url('../fonts/icomoon.svg?qkao8i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
    
        }


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-telegram .path1:before {
  content: "\e900";
  color: rgb(65, 180, 230);
}
.icon-telegram .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(0, 145, 200);
}
.icon-telegram .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-telegram .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(210, 210, 215);
}
.icon-telegram .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(185, 185, 190);
}
.icon-twitter .path1:before {
  content: "\e905";
  color: rgb(85, 172, 238);
}
.icon-twitter .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(241, 242, 242);
}
.icon-facebook .path1:before {
  content: "\e907";
  color: rgb(59, 89, 152);
}
.icon-facebook .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-whatsapp .path1:before {
  content: "\e909";
  color: rgb(76, 175, 80);
}
.icon-whatsapp .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(250, 250, 250);
}
.icon-linkedin .path1:before {
  content: "\e90b";
  color: rgb(0, 122, 185);
}
.icon-linkedin .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(241, 242, 242);
}
.icon-instagram .path1:before {
  content: "\e90d";
  color: rgb(108, 39, 179);
}
.icon-instagram .path2:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(80, 26, 150);
}
.icon-instagram .path3:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-instagram .path4:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-instagram .path5:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(209, 209, 209);
}
.icon-instagram .path6:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(209, 209, 209);
}
.icon-instagram .path7:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(209, 209, 209);
}
.icon-mail .path1:before {
  content: "\e914";
  color: rgb(255, 209, 92);
}
.icon-mail .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(248, 182, 76);
}
.icon-mail .path3:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(64, 89, 107);
}
.icon-mail .path4:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.icon-mail .path5:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(205, 214, 224);
}
.icon-mail .path6:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(255, 112, 88);
}

/* end    */

.bg-gray{
      background-color: #f1f1f1;

}

.bg-purple{
    background-color: #b595c5;
}
.bg-darkpurple{
    background-color: #37114b;
}
.text-purple{
    color: #4B0082;
}
.my-nav{
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 10;
    width: 70%;
    background-color: white;
    box-shadow: 0 0 15px 1px black;
    text-align: right;
}
.menu{
    position: relative;
}
.menu>ul{
    visibility: hidden;
    opacity: 0;
background-color: white;
    transition: .5s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    
}
.menu:hover > ul{
    visibility: visible;
    opacity: 1;
}
.menu>ul>li>a{
    color: black;
    text-align: center;
    text-align: right;
}
.menu>ul>li>a:hover{
        background-color: #b595c5;

}
.slider{
    width: 100%;
    height: 500px;
    position: relative;
    background-color: black;
    border-bottom: 100px;
}
   .slider img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
.slider > img:first-child{
        display: block;
    }
.bullet{
    position: absolute;
    display: flex;
    bottom: 10px;
    left: 50%;
    transform: translate(-50% , 0);
}
.bullet > div{
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.41);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.introduction{
    width: 270px;
    height: 270px;
    background-color: white;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    top: 100%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 15px 1px black;
}
.introduction>h1{
    text-align: center;
    font-family: demo;
    margin-top: 50px;
    font-weight: bold;
}
.introduction>span{
    font-size: 20px;
    font-weight: bold;
        text-align: center;
        display: block;
color: #2a063c;

}
.introduction>.success-right{
    margin-top: 20px;
    margin-left: 60px;
    
}

.targets {
    margin-top: 160px;
    margin-bottom: 100px;
}
/* .targets >p{
    padding: 100px;
} */

.bio{
    margin-top: 20px;
}
.bio img{
    width: 100%;
    height: 100%;;
}
.titles{
    margin-top: 150px;
    width: 100%;
}
.we-are-inside{
    width: 100%;
    display: flex;
margin-top: 200px;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    margin-right: 0;

}
.we-are-box-wrapper{
    padding: 0 15px;
    position: relative;
    width: 32%;
    margin-right: 1%;
    border-radius: 20px;
    padding-top: 20px;
    background-color: white;
    padding-bottom: 30px;
    text-align: right;
}
.box-image{
    overflow: hidden;
}
.we-are-box-wrapper img{
    width: 100%;
    max-height: 250px;
    transform: scale(1);
    transition: .6s;
}
.we-are-box-wrapper img:hover{
        transform: scale(1.1);

}
.we-are-box-wrapper h3{
    padding: 10px;
    text-align: center;
    color:#37114b;

}
.we-are-box-wrapper p{
    font-size: 15px;
}
.btn-read{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding:10px 30px;
    border-radius: 10px;
}
.btn-read:hover{
    background-color:#551f71;
    transition: .5s;
}
.btn-darkpurple{
background-color: #37114b;

}
.btn-darkpurple:hover{
    background-color:#551f71;
    transition: .5s;
}
.btn-read>a{
    color: white;
    text-decoration: none;
}
.contact{
    /* margin-top: 100px; */
}

.form-design{
    
padding:20px 2px;
    margin: 0;
}
.form-design textarea{
    height: 200px;

    
}

.contact h3{
    border-radius: 10px;
} 
.contact p{
    border-radius: 10px;
} 
.contact-2  {
    flex-wrap: wrap;
 font-size: 20px;
         margin-top: 50px;

}
.contact1{
    width: 100%;
     height: 130px;
    padding-top: 10px;
     background-color: #b595c5;
    border-radius: 20px;
    flex-wrap:wrap; 
       transform-style: preserve-3d;
    transition: 0.5s;
    align-items: center;
    margin-bottom: 15px;
}
.font-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: white;
    line-height: 80px;
        background-color: #37114b;


}
.box-contact{
      position: relative;
    perspective: 1000px;
}
.box-contact:hover > .flip{
    transform: rotateY(180deg);
}

.flip{
      width: 100%;
    height: 100%;
    border-radius: 10px;
    transform-style: preserve-3d;
    transition: 0.5s;
}
.front{
    width: 100%;
    height: 100%;
    background-color: red;
    padding: 15px 0;
    background-color:rgb(245, 245, 245);
    border-radius: inherit;
    backface-visibility: hidden;
    position: relative;
}
.back{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    border-radius: inherit;
    height: 100%;
    background-color:rgb(245, 245, 245);

}
.back a{
    font-size: 20px;
   text-align: center;
   display: block;
    text-decoration: none;
    margin-top: 15px;
    color: black;
}
.article img{
    width: 100%;
    height: 200px;
    margin-top: 15px;
}

.offset-right-4{
margin-right:  33.333333%;

}
.btn-form{
    width: 60%;
    margin-right: 15%;
    margin-top: 20px;
}
.elevator{
    position: fixed;
    bottom: 20%;
    right: 50px;
    background-color: black;
    color: white;
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transition: 0.3s;
    display: none;
    cursor: pointer;
    
}
.elevator:hover{
    background-color: #b595c5;

    color: #37114b;
}
.image-about{
    padding-top: 30px;
}
.name-about{
        padding-top: 30px;

}
.about{
    background-color: rgba(181, 149, 197, 0.35);
    transform: scale(1);
    transition: .6s;
}
.about:hover{
        transform: scale(1.1);

}
.image-about img{
    width: 100%;
    height: 100%;
    border-radius: 40px;
}
.name-about> h1{
    font-size: 50px;
    font-family: demo;
    text-align: center;
    font-weight:bold;
    padding-top: 50px;
    color: #37114b;
}

.name-about>h2{
        font-size: 80px;
    font-family: 'Great Vibes', cursive;
     text-align: center;
}
.detail{
    margin-top: 150px;
}
.detail-img >img{
    width: 100%;
    max-height: 400px;
}
.detail hr{
    width: 80%;
 
}
.comment{
    font-size: 18px;
}
#footer{
    background-color: #262626;
        min-height: 200px;
    color: #ebebeb;
margin-top: 50px;
}
#footer p{
    font-size: 33px;
    text-decoration: none;
}
.icon a{
    text-decoration: none;
}
.ul-link>li{
    font-size: 15px;
        text-align: right;
    padding: 20px;
       position: relative;
    overflow: hidden;

}
.ul-link>li>a{
    text-decoration: none;
    color: white;
    text-align: right;
 z-index: 10;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    display: block;
transform: translate(0,-50%);
}
.ul-link>li::after{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #b595c5;
    transition: .6s;

}
.ul-link>li:hover::after{
    top: 0;
    left: 0;
}
.ul-link>li:hover a{
    color: black;
}
@media (max-width:992px){

  .we-are-box-wrapper{
        width: 48%;
        margin-bottom: 40px;
      margin: 40px 1%;
    }
  
}


@media (max-width:768px){
.menu>ul{
    visibility: visible;
    opacity: 1;
    transition: .5s;
 position: relative;
    z-index: 10;
    background-color: transparent;
    margin-right: 60px;
    
}

.menu>ul>li>a{
    color: black;
    text-align: right;
    font-size: 12px;
}
    .menu>ul>li>a:hover{
        background-color: transparent;

}
     .we-are-box-wrapper{
        width: 100%;
        margin-bottom: 40px;
      margin: 40px 1%;
    }
  
       .my-nav{
       position:fixed;
        top: 0;
        left: 0;
           width: 100%;
           background-color: transparent;
    }
    
    .contact1{
        margin-top: 20px;
    }
  
    
}

@media(min-width:567px){
   
}
@media (max-width:576px){
 
 .we-are-box-wrapper{
        width: 100%;
        margin-bottom: 40px;
      
    }
 
  
}
@media (max-width:400px){
  
      .offset-right-2 {
        margin-right: 16.666667%
    }

}