@font-face {
font-family: "msyi";
src: url("font/msyi.ttf");
}
@font-face {
font-family: "reg";
src: url("font/MyriadPro-Regular.otf");
}
@font-face {
font-family: "It";
src: url("font/MyriadPro-It.otf");
}
@font-face {
font-family: "exo";
src: url("font/Exo2-Italic.ttf");
}
.cont{
    width: 100%;
    overflow: hidden;
    position:fixed;
}
#myDiv.fullscreen
{
    width: 50%; 
    height: 100%; 
    transition: all 0.5s ease;
 }

#myDiv{
  background-image: linear-gradient(to right bottom,#00edfa, #3426bc);
  width:100%;
  height:100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: 2;
  
}

#rightForm{
    width: 50%; 
    height: 100%; 
    transition: all 0.5s ease;
    right: 0;
    top:0;
    position: fixed;
    background-image: linear-gradient(to top,#fcfefc, #fff);
    z-index: 1;
    font-family: "reg";
    text-align: center;
    
    text-transform: uppercase;
    color:#2d3041;
}
#rightForm span{
    color: #748193;
    font-size: 12px;
}
#rightForm h1{
    padding-top : 15%;
    font-weight: 100;
    font-size: 50px;
    padding-bottom: 20px;
}
#rightForm .input{
    background:none;   
    width: 300px;
    height: 30px;   
    border-width: 0px 0px 1px 0px;
    border-color: #2d3041;
    border-style: solid;
    position: relative;
    vertical-align:bottom;
    top:-6px;       
    color: #748193;
    transition: all 0.5s ease;
}

#rightForm .loginbtn{
    background: linear-gradient(to right,#00edfa, #3426bc);
    color: #fff;
    border: none;
    width: 137px;
    height: 35px;
    margin: 30px;
    border-radius: 23px;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "msyi";
    cursor: pointer;
       
}


#rightForm .forgetPassword
{
    color: #748193;
    text-transform: uppercase;
    font-family: "IT";
    letter-spacing: 1px;
    font-size: 12px;
}
#rightForm  a, a:hover, a:focus, a:before, a:after
{
    text-decoration: none;
    cursor: pointer!important;
    
}

#rightForm input:focus{outline: none; top:3px;transition: all 0.5s ease;}

#rightForm label{    
    margin-right:15px;
    
}

#rightForm .footer_sec{
    font-family: exo;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3rem;
    font-weight: bold;
    font-size: 14px;
}

#rightForm .footer_sec img
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hideButton
{
    display: none;
}
.showButton
{
    display: block;
}
.front
{   
    top:64%;
    position: absolute;    
    z-index: 3;
    font-size: 25px;
    font-family: msyi;
    color: black;    
    width:100%;    
    text-align: center;
    
}
.front a, a:hover , a:focus ,a:before ,a:after
{
    color: black;

}
.front input {
    background: none;
    color: black;
    width: 120px;
    height: 40px;
    margin:15px;
    border:1px solid black;
    cursor: pointer;
   
   
}
.back {     
       left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

/*---------------------------------------------MENU-----------------------------------------*/

nav {
  font-size: 18px;
  position: absolute;
  z-index: 3;
  width: 95%;
  margin: 0 auto;  
  font-family: msyi; 
}
nav ul {
  list-style: none;
  text-align: right;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #fff;
}


/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #fff;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: right;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}


/*--------------------------------- bake yo intro arrow --------------------------*/
#backToIntro  ul {
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px !important;
    list-style: none !important;
}

ul li {
  margin: 0 0 24px;
}

.the-arrow {
  width: 100px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #fff;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #fff;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 64px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #fff;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #999;
  position: relative;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}
