@font-face {
    font-family: "TTNorms Light";
    src: url("../fonts/TTNorms-Light.otf") format("openType");
}
@font-face {
    font-family: "TTNorms Medium";
    src: url("../fonts/TTNorms-Medium.otf") format("openType");
}
@font-face {
    font-family: "TTNorms Regular";
    src: url("../fonts/TTNorms-Regular.otf") format("openType");
}
@font-face {
    font-family: "IRANSansX-Regular";
    src: url("../fonts/IRANSansX-Regular.woff") format("woff");
}

/*Start Normalize css */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

/*End Normalize css */


html{
    box-sizing: border-box;
}

*,
*::after, 
*::before{
    box-sizing: inherit;
    padding: 0;
    margin: 0;

}

body{
    font-family: "IRANSansX-Regular" ;
}

.container{
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.header {

}

.header__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
}

.nav {
display: flex;
align-items: center;
}
.nav__logo {
margin-left: 2rem;
}
.nav-logo__img {

}
.meno {
list-style-type: none;
display: flex;


}
.list__item {
padding: 0 0.7rem;
display: flex;
align-items: center;
gap: 0.3rem;
}

.fa-house{
    color: #FF1744;
}
.fa-user{
    color: #FB8C00;
}
.fa-gear{
    color: #7C4DFF;
}
.fa-users{
    color: #009688;
}
.fa-sheet-plastic{
    color: #2962FF;
}

.meno__link{
    text-decoration: none;
    color: #3d3d3d; 
  
    }


.meno a{
  overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: color .4s;
	transition: color .4s
}
@keyframes eff24-move {
	30% {
		-webkit-transform: translate3d(0, -5px, 0) rotate(5deg);
		transform: translate3d(0, -5px, 0) rotate(5deg)
	}
	50% {
		-webkit-transform: translate3d(0, -3px, 0) rotate(-4deg);
		transform: translate3d(0, -3px, 0) rotate(-4deg)
	}
	80% {
		-webkit-transform: translate3d(0, 0, 0) rotate(-3deg);
		transform: translate3d(0, 0, 0) rotate(-3deg)
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.meno a:hover{
	-webkit-animation-name: eff24-move;
	animation-name: eff24-move;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}



.header__link {
    text-decoration: none;
    color: #fff; 
    background-color: #0050C8;
    border-radius: 0.3rem;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  
}

.header__link:hover{
  animation: pulsate 0.6s infinite alternate;
}

@keyframes pulsate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}


.header_icon{
  font-size: 1.8rem;
  display: none;
  cursor: pointer;
  color: black;
}

.header__bottom{
  display: flex;
  align-items: center;
  margin-top: 5.5rem;

}
.header-content__right{
flex-basis: 50%;
}

.header-content-left{
flex-basis: 50%;
}

.header-content__text{
max-width: 24.6rem;
}
.header-content__title{
color: #081D43;
font-size: 1.7rem;
font-weight: normal;
line-height: 2.5rem;

}

.header-content__paragraf{
  color: #6C7890;
  line-height: 1.7rem;
}

.header-content__btn{
display: flex;
margin-top: 2rem;
}

.header-content__link:nth-child(2 ){
  background-color: #87BC25;
}

.header-content__link{
  text-decoration: none;
  color: #fff; 
  background-color: #0050C8;
  border-radius: 0.3rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  margin-left: 0.8rem;
  display: block;
  width: 8.5rem;
  text-align: center;
}

.header-content-img{
width: 100%;
}




/* Start Main */


.main{

}

.features{
  text-align: center;
  padding: 5rem 0;
}
.features__text{
  color:#6C7890;
  
}
.features__title{
  color:#081D43;
  margin-top: 0.8rem;
  
}

.features_content{
  margin-top: 3rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}


.features-content__item{
flex-basis: 16rem;
flex-shrink: 0;
}
.features-content__title{
color: #081D43;
text-align: center;
margin-bottom: 1rem;
}
.features-content__text{
  color: #6C7890;
  text-align: center;
  line-height: 1.7rem;
  max-width: 16rem;
  margin-bottom: 2rem;
}

.features__pic{
  max-width: 30rem;
  margin: 0 auto;
}
.features__img{
  width: 100%;
}

.person__comments{
  background-color: #2F5BEA;
  text-align: center;
  padding: 5rem 0;
  
}
.person-comments__title{
color: #E0E0E0;
margin-bottom: 1rem;
}
.person-comments__text{
color: #fff;
}


.comments__container{
  max-width: 65rem;
  margin: 3rem auto 0 auto;
  

}

.comments{
display: flex;
justify-content: space-between;

}

.comment{
  background-color:#fff;
  margin: 1rem;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 18rem;
  flex-basis: 20rem;
  
}
.comment_content{
text-align: justify;
padding: 1.2rem;
}
.comment_body{
color: #7E8085;
line-height: 1.5rem;
}
.comment__info{
  display: flex;
  border-top: 1px solid #E8EBEF;
  padding: 0.8rem 1.2rem;
  align-items: center;

}
.comment_img{
  
}
.comment-person__text{
margin: 0 0.5rem 0 0;

}

.companies{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-top: 5rem;
flex-wrap: wrap;
}

.companies__img:hover {

  transform: rotate(360deg) scale(85%);
}

.link__companies{
  text-decoration: none;
}
.companies__img{
  display: block;
  margin: 1rem;
  transition: all 400ms ease-in 90ms;

}

.portfolio{
  text-align: center;
  padding:5rem 0 ;
}
.portfolio__text{
  color:#6C7890;
  margin-bottom: 1rem;
}
.portfolio__title{
  
}

.portfolio_items{
  display: flex;
  margin-top: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.portfolio__item{
flex-basis: 23rem;
margin-bottom: 2rem;
border-radius: 0.3rem;
overflow: hidden;
}
.portfolio_link{
text-decoration: none;
}
.portfolio__img{
width: 100%;
height: 100%;
object-fit: cover;
}

.portfolio__item img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

.portfolio__item:hover img{
  -webkit-filter: grayscale(0);
	filter: grayscale(0);
}


/* Start Footer */


.footer{

}
.footer__top{
background-color: #2C57E4;
padding: 6rem 0;
color: #fff;
}

.search-email__container{
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.footer__text{
font-weight: normal;
}
.search__email{
background-color: #fff;
display: flex;
flex-basis: 22rem;
justify-content: space-between;
align-items: center;
padding:  0.3rem 0.3rem 0.3rem 1.5rem;
border-radius: 0.3rem;
direction: ltr;

}
.search__text{
  border: none;
  outline: none;
  width: 100%;
}
.search__btn{
background-color: #2F5BEA;
padding: 1rem 1.5rem;
border: none;
outline: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0.3rem;
}
.search__img{

}

.footer__bottom{
  padding: 1.5rem 0;
}
.copyright{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

}
.copyright__text{
  color: #6C7890;
}
.copyright__link{
  text-decoration: none;
  color: #2C57E4;
}

/* Project Responsive */

@media only screen and (max-width: 1200px) {

  .container{
    max-width: 960px;
  }
  .portfolio__item{
    flex-basis: 28rem;
  }

  .footer__text{
    max-width: 17rem;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 720px;
  }
  
  .header__link{
    display: none;
  }
  .meno{
    font-size: 0.9rem;
  }

  .header__bottom{
    flex-direction: column-reverse;
    margin-top: 3rem;
  }
  .header-content__text{
    max-width: 100%;
  }
  .header-content-left{
    margin-bottom: 1.5rem;
  }
  .header-content__btn{
    flex-wrap: wrap;
  }
  .header-content__link{
    margin-bottom: 1rem;
  }
  .comments{
    flex-wrap: wrap;
    justify-content: space-around;
    }

    .comment{
      flex-basis: 19rem ;
      }

      .companies{
        justify-content: center;
        margin-top: 2.5rem;
      }
     
      .portfolio__item{
        flex-basis: 20rem;
      }
}
 

@media only screen and (max-width: 768px) {

  .container{
    max-width: 540px;
  }

  .header_icon{
    display: block;
    position: fixed;
    right: 33px;
    top: 25px;
    z-index: 91;
    color: #FFA726;
    }

  .meno{
    position: fixed;
        flex-direction: column;
        top: 0;
        right: -256px;
        bottom: 0;
        padding: 5rem 1rem;
        width: 16rem;
        background:rgba(33, 33, 33, 0.8);
        backdrop-filter: blur(7px);
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
        transition: all 0.3s ;
        z-index: 90;
  }

  .meno__link{
    color: #fff;
  }
  .header__top{
    direction: ltr;
  }
 .list__item{
  direction: rtl;
  margin-bottom: 2rem;
  font-size: 1.2rem;
 }

 .features-content__item{
  flex-basis: 14rem;
  margin-bottom: 1.5rem;
  }

  .comment{
    margin: 0 0 1.5rem 0;
    flex-basis: 15rem ;
    }

    .portfolio__item{
      flex-basis: 15rem;
    }

    .search-email__container{
      flex-direction: column;
    
    }
    .search__email{
      flex-basis: auto;
      width: 100%;
    }

    .footer__text{
       max-width: 100%;
       margin-bottom: 2rem;
    }
    .copyright__text{
      margin-bottom: 1rem;
    }
    .copyright{
      justify-content: center;
    }
}

@media only screen and (max-width: 576px) {
 
  .container{
    max-width: 100%;
  }

  .features-content__item{
    flex-basis: 100%;
    }
    .features-content__text{
      max-width: 100%;
    }

    .copyright__text{
      margin-bottom: 1rem;
    }
    
    .portfolio__item{
      flex-basis: 100%;
    }

    .search__btn{
      padding: 1rem 1.2rem;
    }

}


@media only screen and (max-width: 360px) {
  .companies{
    flex-direction: column;
   }
}

@media only screen and (max-width: 344px) {
 
  .container{
    max-width: 100%;
  }

  .header-content__btn{
    justify-content: center;
  }

  .comment{
    flex-basis: 100% ;
    }


}