/*
Theme Name: HUGE
Description: Creative Coming Soon Template
Author: SquirrelLabs
Author URI: https://themeforest.net/user/squirrellabs/portfolio?ref=SquirrelLab
Version: 1.0
License: https://themeforest.net/licenses/standard

---

/*******************************
  Table of Contents

  1.0 Content Styles
  2.0 Content Styles
*******************************/

/**********************************/
/******* 1.0 General Styles *******/
/**********************************/
html{
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  background: #242424;
  margin: 0;
  padding: 0;
  font-family: iranyekan;
  font-weight: bold;
  min-height: 100%;
  position: relative;
  direction: rtl;
}

/**********************************/
/******* 2.0 Content Styles *******/
/**********************************/
header {
  text-align: center;
  position: absolute!important;
}

header .logo {
  height: 32px;
  box-sizing: content-box;
}

.btn {
  font-size:14px;
  color:#fff;
  letter-spacing:1px;
  overflow:hidden;
  position:relative;
  border-color:#fff;
  border: 2px solid;
  border-radius:0;
  padding: 12px 4vw;
  background:transparent;
  box-shadow:none;
  position: relative;
  z-index: 2;
}

.btn {
  font-size:14px;
  color:#fff;
  letter-spacing:1px;
  overflow:hidden;
  position:relative;
  text-transform:uppercase;
  border-color:#fff;
  border: 2px solid;
  border-radius:0;
  padding: 12px 4vw;
  background:transparent;
  box-shadow:none;
  position: relative;
  z-index: 2;
  text-align: center;
}

.btn:hover,
.btn:focus,
.btn:active {
  background:transparent;
  color:#000;
  border-color:#222;
  border: 2px solid #fff;
  outline:none;
  box-shadow:none;
}

.btn .mask {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -moz-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
  transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
}

.btn:hover .mask {
  width: 100%;
}

.huge-section {
  min-height: 100vh
}

.huge-side {
  min-height: 100vh
}

.left-side {
  background: #241e1e;
}

.left-side .huge-content {
  color: #fff;
  min-height: 100vh
}

.left-side .huge-content .logo {
  height: 110px;
  margin: 30px 0 50px;
  padding: 0 auto;
}

.left-side .huge-content h1 {
  font-size: 42px;
  line-height: 70px;
  text-align: center;
}

.left-side .huge-content h2 {
  font-size: 16px;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}


.right-side {
  margin: 0;
  padding: 0;
}

.right-side .huge-background-img {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.right-side .huge-background-img:after {
  content: '';
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(36,36,36,1) 0%, rgba(36,36,36,0) 10%);
  background: -webkit-linear-gradient(left, rgba(36,36,36,1) 0%,rgba(36,36,36,0) 10%);
  background: linear-gradient(to right, rgba(36,36,36,) 0%,rgba(36,36,36,0) 10%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6242424', endColorstr='#00242424',GradientType=1 );
}