@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600&amp;display=swap);

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/eot/IRANSansWeb_Black.eot');
	src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/IRANSansWeb_Bold.eot');
	src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/IRANSansWeb_Medium.eot');
	src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/IRANSansWeb_Light.eot');
	src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/IRANSansWeb.eot');
	src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

a:focus,
a:hover {
  text-decoration: none;
}

.btn {
  border: none;
}

.btn-success {
  background-color: #0abb87;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background-color: #0abb87 !important;
}

.btn-primary {
  background-color: #5867dd;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #5867dd !important;
}

.btn-danger {
  background-color: #fd397a;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #fd397a !important;
}

.btn-info {
  background-color: #4097ca;
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  background-color: #4097ca !important;
}

.btn-dark {
  background-color: #1e1e2d;
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #1e1e2d !important;
}

.btn-warning {
  background-color: #ffb822;
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #ffb822 !important;
}

header.main-header {
  box-shadow: 0px 0 20px -10px black;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: white;
}

header.main-header .logo a {
  display: block;
  font-size: 25px;
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  font-weight: 700;
  color: #6b6b83;
}

header.main-header .logo a:hover,
header.main-header .logo a:focus {
  color: black;
}

header.main-header .container {
  display: -webkit-box;
  display: flex;
}

header.main-header ul.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

header.main-header ul.navbar-nav li a {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  display: block;
  color: #323232;
}

header.main-header ul.navbar-nav li a.btn {
  margin-left: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

header.main-header ul.navbar-nav li a.btn:hover,
header.main-header ul.navbar-nav li a.btn:focus {
  color: white;
}

header.main-header ul.navbar-nav li a:hover,
header.main-header ul.navbar-nav li a:focus {
  color: black;
}

section {
  padding: 80px 0;
  position: relative;
}

section.cover {
  font-family: IRANSans;
  padding: 100px 0;
  padding-bottom: 130px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  direction: ltr;
}

section.cover:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

section.cover:after {
  content: "";
  display: block;
  height: 50px;
  bottom: -1px;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIydnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJ3aGl0ZSI+PHBhdGggZD0iTTEyODAgODZjLTE5LjktMTcuMjEtNDAuMDgtMzkuNjktNzkuODktMzkuNjktNTcuNDkgMC01Ni45MyA0Ni41OS0xMTUgNDYuNTktNTMuNjEgMC01OS43Ni0zOS42Mi0xMTUuNi0zOS42MkM5MjMuNyA1My4yNyA5MjQuMjYgODcgODUzLjg5IDg3Yy04OS4zNSAwLTc4Ljc0LTg3LTE4OC4yLTg3QzU1NCAwIDU0My45NSAxMjEuOCA0MjMuMzIgMTIxLjhjLTEwMC41MiAwLTExNy44NC01NC44OC0xOTEuNTYtNTQuODgtNzcuMDYgMC0xMDAgNDguNTctMTUxLjc1IDQ4LjU3LTQwIDAtNjAtMTIuMjEtODAtMjkuNTF2NTRIMTI4MHoiLz48L2c+PC9zdmc+);
  right: 0;
  left: 0;
}

section.cover h1 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
}

section.cover h1 + p {
  opacity: 0.8;
}

section.cover p.description {
  font-family: IRANSans;
  line-height: 32px;
  margin: 35px 0;
  font-weight: 400;
  font-size: 18px;
}

section.cover ul li a {
  background: white;
  color: black;
  padding: 10px 20px;
}

section header {
  margin-bottom: 70px;
  text-align: center;
  color: #505050;
}

section header h3 {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 600;
}

section header p {
  color: #646464;
  margin-bottom: 0;
  font-style: italic;
}

section.portfolio {
  padding: 40px 0;
}

section.demos {
  padding-bottom: 20px;
}

section.feature {
  padding-bottom: 30px;
}

section.cover .container .cover-preview {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

section.cover .container .cover-preview img {
  right: 0;
  border-radius: 5px;
  box-shadow: 0px 0 20px -5px black;
}

section.cover .container .cover-preview img:nth-child(1) {
  width: 230px;
  margin-right: -100px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  z-index: 1;
}

section.cover .container .cover-preview img:nth-child(1):hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

section.cover .container .cover-preview img:nth-child(2) {
  width: 350px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 2;
}

section.cover .container .cover-preview img:nth-child(2):hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

section.cover .container .cover-preview img:nth-child(3) {
  width: 230px;
  margin-left: -100px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: relative;
  z-index: 1;
}

section.cover .container .cover-preview img:nth-child(3):hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.feature-box {
  margin-bottom: 40px;
  text-align: center;
}

.feature-box .icon-wrap {
  width: 100px;
  height: 80px;
  background: #f5f5f5;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 5px;
  box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.3);
}

.feature-box i {
  font-size: 40px;
  background: -webkit-linear-gradient(rgba(255, 106, 0, 0.5215686275), rgba(124, 16, 222, 0.6588235294));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.demo-block {
  margin-bottom: 50px;
}

.demo-block .demo-block-in {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #d0d0d0;
}

.demo-block .demo-block-in:hover {
  box-shadow: 0px 0px 0px 1px #999;
}

.demo-block .demo-block-title {
  font-size: 18px;
  display: block;
  letter-spacing: 1px;
  margin-top: 20px;
  text-align: center;
  color: black;
}

.demo-block .demo-block-title:hover {
  color: #777;
}

.demo-block img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.demo-block:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.demo-block:hover .hover-effect {
  opacity: 1;
}

.demo-block .hover-effect {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.demo-block .hover-effect a.btn {
  background: black;
  padding: 10px 25px;
  color: white;
}

.demo-block .hover-effect a.btn:hover,
.demo-block .hover-effect a.btn:focus {
  background: #555 !important;
}

