@font-face {
  font-family: 'Apercu Pro';
  src: url(../fonts/apercu-pro/apercu_regular_pro.otf);
}

* {
  font-family: 'Apercu Pro' arial, sans-serif;
  font-size: 16px;
  color: #FFF;
}

body {
  background: #1C1C1C;
  /*background: #010101;*/
}

a{
  text-decoration: none;
  color: #FFFFFF;
}

.top
{
  position: relative;
  display: block;
  min-width: 1326px;
  max-width: 1326px;
  margin: 0 auto;
}

.container
{
  position: relative;
  display: block;
  background: #010101;
  min-width: 1350px;

  margin: 0 auto;
}

header {
  height: 80px;
}

.main-image{
  position: relative;
  display: block;
  height: 600px;
  width: 100%;
  /*background: url('../images/main-background.jpg')*/;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
}

.main-image .orbit-desc h1{
  margin-top: 70px;
  height: 120px;
  background: url('../images/logo-orbit.png') no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

.main-image .orbit-desc p{
  margin: 50px 0;
  font-size: 18px;
}

.main-image .main-menu
{
  display: block;
  height: 60px;
  border: 1px solid #FFFFE826;
  border-radius: 15px;
  background-color: #1C1C1C;
  margin-bottom: 40px;
  padding-top: 15px;
  opacity: 0.7;
  z-index: 2;
}

.button{
  width: 100px;
  background: #00FBDD80;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #01dfc2;
  text-align: center;
  transition: 0.3s;
}

.main-image .main-menu .button{
  display: inline-block;
  width: 120px;
  margin-left: 20px;
  margin-top: -5px;
  padding: 5px;
}

.main-image .orbit-desc .button {
  display: inline-block;
  width: 130px;
  margin: 0;
  margin-right: 20px;
  padding: 5px;
  background: #00FBDD80;
}

.main-image .main-menu .button:hover, .main-image .orbit-desc .button:hover{
  transition: 0.3s;
  background: #00ba9c;
}

.main-image .orbit-desc .button.games {
  background: #666;
  border: 1px solid #888;
  opacity: 0.5;
  transition: 0.3s;
}

.main-image .orbit-desc .button.games:hover{
  background: #AAA;
  transition: 0.3s;
}

.main-image .main-menu ul
{
  display: inline-block;
}

.main-image .main-menu ul li{
  display: inline-block;
  padding: 0 10px;
}

.main-image .main-menu ul li a:hover{

}

.main-image .main-menu .fav {
  background: url('../images/orbit-icon.png') no-repeat;
  background-size: 35px 35px;
  background-position: 30px -3px;
  text-indent: -999px;
  overflow: hidden;
}

.main-image .robot {
  position:absolute;
  background: url('../images/robot.png') no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 700px;
  height: 600px;
  right: -100px;
  top: 0px;
  z-index: 1;
}

.about-us {
  padding-top: 40px;
}

.about-us .background-about-us {
  border-radius: 20px;
  height: 400px;
  background: url('../images/about_us.png') no-repeat;
  background-size: cover;
}

.about-us .background-about-us h2{
  text-align: center;
  padding-top: 150px;
  color: #F9D279;
  font-size: 50px;
  text-shadow: 3px 3px #333;
}

.about-us .background-about-us .col-6 p{
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 100px;
}

.about-us-list {
  position: relative;
  bottom: 0;
  padding: 0;
  margin: 0 auto;
}

.about-us-list ul{
  margin: 40px 0 0 80px ;
  padding: 0 20px;
}

.about-us-list ul li{
  display: inline-block;
  color: #9a998e;
  text-align: center;
  padding: 0 10px;
}

.portfolio {
  margin-top: 100px;
  background: #111;
  padding: 100px 0;
  background: url('../images/portfolio-back.png') no-repeat;
  background-size: 100%;
}

.portfolio .col-4{
  position: relative;
}

.portfolio .box-game {

  position: relative;
  border: 1px solid red;
  width: 95%;
  height: 400px;
  margin: 0 auto;
  border: 1px solid #333333;
  border-radius: 16px;
  z-index: 0;
}

.portfolio .box-game:hover .character {
  transition: 0.3s;
  top: -45px;
}

.portfolio .box-game h3{
  position: absolute;
  display: inline-block;
  width: 80%;
  margin-top: 200px;
  line-height: 40px;
  color: #F9D279;
  font-size: 40px;
  padding: 0 20px;
  z-index: 5;
  text-transform: uppercase;
  text-shadow: 3px 3px #333;
}

.portfolio .box-game p{
  position: absolute;
  padding: 0 20px;
  bottom: 0;
  z-index: 6;
}


.portfolio .box-game.game_a {
  background: url('../images/haunted-background.png') no-repeat;
  background-size: 100%;
}

.portfolio .box-game .character{
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 400px;
    margin: 0;
    z-index: 0;
    transition: 0.3s;
}


.portfolio .box-game .blur {
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  margin: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}

.portfolio .box-game.game_a .character{  
    background: url('../images/lyn.png') no-repeat;
    background-size: 100%;
}

.portfolio .box-game.game_a .character-front{
    background: url('../images/lyn_front.png') no-repeat;
    background-size: 100%;
    z-index: 1;
}

.portfolio .box-game.game_a .blur {

  background: url('../images/haunted-back-blur.png') no-repeat bottom;
  background-size: 100%;
}


.portfolio .box-game.game_b {
  background: url('../images/forbidden-background.jpg') no-repeat;
  background-size: 100%;
}

.portfolio .box-game.game_b .character{  
    top: -100px;
    left: 40px;
    background: url('../images/warrior.png') no-repeat;
    background-size: 80%;
}

.portfolio .box-game.game_b:hover .character {
  transition: 0.3s;
  top: -115px;
}

.portfolio .box-game.game_b .character-front{
    top: -100px;
    left: 40px;
    background: url('../images/warrior_front.png') no-repeat;
    background-size: 80%;
    z-index: 1;
}

.portfolio .box-game.game_b .blur {

  background: url('../images/forbidden-back-blur.png') no-repeat bottom;
  background-size: 100%;
}


.portfolio .box-game.game_c {
  background: url('../images/retro-machina-background.jpg') no-repeat;
  background-size: 100%;
}

.portfolio .box-game.game_c:hover .character {
  transition: 0.3s;
  top: -80px;
}

.portfolio .box-game.game_c .character{
    width: 130%;  
    top: -60px;
    left: -60px;
    background: url('../images/robot_b.png') no-repeat;
    background-size: 100%;
}

.portfolio .box-game.game_c .character-front{
    width: 130%; 
    top: -60px;
    left: -60px;
    background: url('../images/robot_b_front.png') no-repeat;
    background-size: 100%;
    z-index: 1;
}

.portfolio .box-game.game_c .blur {
  background: url('../images/retro-back-blur.png') no-repeat bottom;
  background-size: 100%;
}

.estimates {
  padding: 60px 0;
}

.estimates-back {
  background: url('../images/estimates.png') no-repeat center;
  background-size: 100%;
  border-radius: 16px;
  height: 400px;
}

.estimates-back h2{
  text-align: left;
  padding-top: 50px;
  margin-left: 50px;
  line-height: 45px;
  width: 70%;
  color: #F9D279;
  font-size: 50px;
  text-shadow: 3px 3px #333;
}

.estimates-back p{
  margin: 40px 0 40px 50px;
  width: 70%; 
}

.estimates-back .col-6 .button{
  margin-left: 50px;
  padding: 5px 30px;
}

.estimates-back .button.services:hover{
  background: #00ba9c;
  transition: 0.3s;
}

.estimates-back form {
  padding-top: 40px;
}

.estimates-back form label{
  padding-top: 14px;
  color: #F6F6F6;
  font-size: 14px;
}

.estimates-back form input{
  width: 80%;
  background: #292927;
  color: #F6F6F6;
  border: 0;
  opacity: 0.9;
}

.estimates-back form input:focus{
  background: #292927;
  color: #F6F6F6;
  outline: 0px solid #AAA;
  box-shadow: 0px 0px 5px 5px #444;
}

.estimates-back form input::placeholder{
  color: #777777;
}

.estimates-back form textarea {
  width: 80%;
  height: 100px;
  background: #292927;
  color: #F6F6F6;
  border: 0;
  opacity: 0.9;
}

.estimates-back form textarea::placeholder{
  color: #777777;
}

.estimates-back form textarea:focus {
  background: #292927;
  color: #F6F6F6;
  outline: 0px solid #AAA;
  box-shadow: 0px 0px 5px 5px #444;
}

.estimates-back form p{
  display: inline-block;
  width: 325px;
  margin-left:  0;
  margin-top: 20px;
}

#sendMail p.sendMessage
{
  padding-top: 80px;
  padding-left: 50px;
  text-align: center;
}

#sending {
  display: block;
  float: right;
  width: 100px;
  margin-top: 15px;
  margin-right: 90px;
}

.estimates-back form input[type='submit']{
  display: inline-block;
  width: 100px;
  border-radius: 30px;
  margin-top: 15px;
  margin-left: 330px;
}

.estimates-back form input[type='submit']:hover{
  background: #777;
}

.team{
  background: url('../images/team-back.png') no-repeat center;
  background-size: 100%;
  height: 300px;
}

.team h2 {
  text-align: center;
  padding-top: 50px;
  line-height: 45px;
  color: #F9D279;
  font-size: 50px;
  text-shadow: 3px 3px #333;
}

.team p {
  margin: 50px auto;
  width: 30%;
  text-align: center;
}

.marketing {
  margin-top: 190px;
  background: url('../images/marketing_back.jpg') no-repeat;
  background-size: contain;
  height: 600px;
}

.newspaper_col {
  position: relative;
}

.newspaper_col .newspaper{
  position: absolute;
  width: 85%;
  height: 600px;
  top: -80px;
  left: 50px;
  background: url('../images/newspaper.jpg') no-repeat;
  background-size: 100%;
  border-radius: 16px;
  box-shadow: 5px 5px 15px 15px #000;
}

.newspaper_col .newspaper h2{
  text-align: left;
  padding-top: 90px;
  margin-left: 40px;
  line-height: 45px;
  width: 70%;
  color: #F9D279;
  font-size: 50px;
}

.newspaper_col .newspaper p{
  margin-top: 30px;
  margin-left: 40px;
  padding-right: 50px;
}

.marketing form {
  padding-top: 100px;
}

.marketing form .form-container {
  width: 60%;
  height: 300px;
  margin: 0 auto;
}

.marketing form label{
  padding-top: 25px;
  color: #F6F6F6;
  font-size: 12px;
}

.marketing form input{
  width: 100%;
  background: #555;
  color: #F6F6F6;
  border: 0;
  opacity: 0.6;
}

.marketing form input:focus{
  background: #555;
  color: #F6F6F6;
  outline: 0px solid #AAA;
  box-shadow: 0px 0px 5px 5px #AAA;
}

.marketing form input[type='submit']{
  display: block;
  width: 120px;
  background: #00FBDD80;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #01dfc2;
  text-align: center;
  opacity: 1;
  margin: 30px auto;
  transition: 0.3s;
}

.marketing form input[type='submit']:hover{
  background: #00ba9c;
  transition: 0.3s;
}


.marketing form input::placeholder{
  color: #777777;
}

footer {
  background: #111110;
  height: 140px;
  padding-top: 50px;
}

footer .fav {
  background: url('../images/orbit-icon.png') no-repeat;
  background-size: 35px 35px;
  background-position: 60px -3px;
  text-indent: -999px;
  overflow: hidden;
}
